Format sql
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
-- [DEMANDS]
|
||||
|
||||
CREATE TABLE DEMANDS
|
||||
create table demands
|
||||
(
|
||||
Junction VARCHAR(32) REFERENCES JUNCTIONS(ID) NOT NULL
|
||||
, Demand NUMERIC NOT NULL
|
||||
, Pattern VARCHAR(32) REFERENCES _PATTERN(ID)
|
||||
, Category TEXT NOT NULL
|
||||
junction varchar(32) references junctions(id) not null
|
||||
, demand numeric not null
|
||||
, pattern varchar(32) references _pattern(id)
|
||||
, category text not null
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user