Revision 11072
Added by Aaron Marcuse-Kubitza about 11 years ago
schemas/vegbien.my.sql | ||
---|---|---|
3049 | 3049 |
CREATE TABLE stratum ( |
3050 | 3050 |
stratum_id int(11) NOT NULL, |
3051 | 3051 |
locationevent_id int(11) NOT NULL, |
3052 |
stratumname varchar(255), |
|
3052 | 3053 |
stratumheight double precision, |
3053 | 3054 |
stratumbase double precision, |
3054 | 3055 |
stratumcover double precision, |
schemas/vegbien.sql | ||
---|---|---|
4248 | 4248 |
CREATE TABLE stratum ( |
4249 | 4249 |
stratum_id integer NOT NULL, |
4250 | 4250 |
locationevent_id integer NOT NULL, |
4251 |
stratumname text, |
|
4251 | 4252 |
stratumheight double precision, |
4252 | 4253 |
stratumbase double precision, |
4253 | 4254 |
stratumcover double precision, |
Also available in: Unified diff
schemas/vegbien.sql: stratum: added stratumname