7 lines
152 B
SQL
7 lines
152 B
SQL
CREATE TABLE harmony_test (
|
|
task_id bigint
|
|
constraint harmony_test_pk
|
|
primary key,
|
|
options text,
|
|
result text
|
|
); |