Files
TJWaterServer/script/sql/create/extension_data.sql
2023-05-08 20:46:10 +08:00

6 lines
80 B
SQL

create table extension_data
(
key text primary key
, value text not null
);