lotus/lib/harmony/harmonydb/sql/20231120-testing1.sql
2023-11-21 22:43:13 -06:00

8 lines
210 B
SQL

CREATE TABLE harmony_test (
task_id bigint
constraint harmony_test_pk
primary key,
options text,
result text
);
ALTER TABLE wdpost_proofs ADD COLUMN test_task_id bigint;