Format sql
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
-- [PATTERNS]
|
||||
|
||||
CREATE TABLE PATTERNS
|
||||
create table patterns
|
||||
(
|
||||
ID VARCHAR(32) REFERENCES _PATTERN(ID) NOT NULL
|
||||
, Multipliers NUMERIC NOT NULL
|
||||
id varchar(32) references _pattern(id) not null
|
||||
, multipliers numeric not null
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user