Revision 688
Added by Aaron Marcuse-Kubitza about 13 years ago
schemas/vegbien.for_ERD.my.sql | ||
---|---|---|
31 | 31 |
plantname_id int(11) NOT NULL AUTO_INCREMENT, |
32 | 32 |
plantname character varying(255) NOT NULL, |
33 | 33 |
reference_id int(11), |
34 |
dateentered timestamp NULL DEFAULT now(),
|
|
34 |
dateentered timestamp NULL , |
|
35 | 35 |
CONSTRAINT plantname_pkey PRIMARY KEY (plantname_id ), |
36 | 36 |
CONSTRAINT plantname_reference_id FOREIGN KEY (reference_id) |
37 | 37 |
REFERENCES reference (reference_id) MATCH SIMPLE |
Also available in: Unified diff
PostgreSQL-MySQL.csv: Added translations for syntaxes used by pg_dump