2023-01-20 09:24:06 -05:00

4 lines
63 B
SQL

CREATE TABLE article (
id text,
content text);