Revision 5954
Added by Aaron Marcuse-Kubitza about 12 years ago
vegbien.my.sql | ||
---|---|---|
818 | 818 |
|
819 | 819 |
CREATE TABLE method ( |
820 | 820 |
method_id int(11) NOT NULL, |
821 |
reference_id int(11), |
|
821 |
reference_id int(11) NOT NULL,
|
|
822 | 822 |
name text NOT NULL, |
823 | 823 |
description text, |
824 | 824 |
diameterheight_m double precision, |
Also available in: Unified diff
schemas/vegbien.sql: method: Made reference_id NOT NULL so the method table would automatically be datasource-scoped