Initial commit
This commit is contained in:
9
script/sql/create/16.emitters.sql
Normal file
9
script/sql/create/16.emitters.sql
Normal file
@@ -0,0 +1,9 @@
|
||||
-- [EMITTERS]
|
||||
|
||||
create table emitters
|
||||
(
|
||||
junction varchar(32) primary key references junctions(id)
|
||||
, coefficient float8 not null
|
||||
);
|
||||
|
||||
-- delete when delete junction
|
||||
Reference in New Issue
Block a user