Files
TJWaterServerBinary/script/sql/create/1.title.sql
2025-10-26 08:54:35 +08:00

9 lines
89 B
SQL

-- [TITLE]
create table title
(
value text
);
insert into title (value) values ('');