Revision 9907
Added by Aaron Marcuse-Kubitza over 11 years ago
inputs/.TNRS/schema.sql | ||
---|---|---|
51 | 51 |
"Accepted_scientific_name" text, |
52 | 52 |
"Max_score" double precision, |
53 | 53 |
"Is_plant" boolean, |
54 |
CONSTRAINT tnrs_pkey PRIMARY KEY ("Time_submitted" , "Name_number" ), |
|
54 | 55 |
CONSTRAINT "tnrs_Name_submitted_key" UNIQUE ("Name_submitted" ) |
55 | 56 |
) |
56 | 57 |
WITH ( |
Also available in: Unified diff
inputs/.TNRS/schema.sql: added pkey on Time_submitted, Name_number