lotus/lib/harmony/harmonydb/sql/20231120-testing1.sql

8 lines
210 B
MySQL
Raw Normal View History

2023-11-21 00:05:59 +00:00
CREATE TABLE harmony_test (
task_id bigint
constraint harmony_test_pk
primary key,
2023-11-22 04:10:25 +00:00
options text,
result text
2023-11-22 04:43:13 +00:00
);
ALTER TABLE wdpost_proofs ADD COLUMN test_task_id bigint;