Initial commit
This commit is contained in:
8
script/sql/create/11.patterns.sql
Normal file
8
script/sql/create/11.patterns.sql
Normal file
@@ -0,0 +1,8 @@
|
||||
-- [PATTERNS]
|
||||
|
||||
create table patterns
|
||||
(
|
||||
_order serial primary key
|
||||
, id varchar(32) references _pattern(id) not null
|
||||
, factor float8 not null
|
||||
);
|
||||
Reference in New Issue
Block a user