lotus/lib/harmony/harmonydb/sql/20231120-testing1.sql
2023-11-20 18:05:59 -06:00

6 lines
135 B
SQL

CREATE TABLE harmony_test (
task_id bigint
constraint harmony_test_pk
primary key,
options text
);