Files

9 lines
114 B
SQL

-- [BACKDROP]
create table backdrop
(
content text primary key
);
insert into backdrop (content) values ('');