Revision 680
Added by Aaron Marcuse-Kubitza almost 13 years ago
vegbien.for_ERD.my.sql | ||
---|---|---|
264 | 264 |
CREATE TABLE plantobservation -- VegBank's stemcount table. |
265 | 265 |
( |
266 | 266 |
plantobservation_id int(11) NOT NULL AUTO_INCREMENT, |
267 |
aggregateoccurrence_id int(11) NOT NULL,
|
|
267 |
aggregateoccurrence_id int(11), |
|
268 | 268 |
overallheight double precision, |
269 | 269 |
overallheightaccuracy double precision, |
270 | 270 |
emb_plantobservation int(11), |
Also available in: Unified diff
vegbien.sql: Made plantobservation.aggregateoccurrence_id optional because link will soon be going in the other direction