Initial commit
This commit is contained in:
7
script/sql/create/34.sa.sql
Normal file
7
script/sql/create/34.sa.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
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
|
||||
);
|
||||
Reference in New Issue
Block a user