Files
TJWaterServer/script/sql/create/27.backdrop.sql
2022-10-09 11:06:19 +08:00

7 lines
69 B
SQL

-- [BACKDROP]
create table backdrop
(
content text primary key
);