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

6 lines
80 B
SQL

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