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

8 lines
178 B
SQL

create table region_sa
(
id text primary key references region(id)
, time_index integer not null
, source varchar(32) not null -- references _node(id)
, nodes text not null
);