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

8 lines
85 B
SQL

-- [RULES]
create table rules
(
_order serial primary key
, line text not null
);