7 lines
69 B
SQL
7 lines
69 B
SQL
-- [BACKDROP]
|
|
|
|
create table backdrop
|
|
(
|
|
content text primary key
|
|
);
|