Revision 9908
Added by Aaron Marcuse-Kubitza over 11 years ago
inputs/.TNRS/schema.sql | ||
---|---|---|
12 | 12 |
CREATE TABLE tnrs |
13 | 13 |
( |
14 | 14 |
"Time_submitted" timestamp with time zone NOT NULL DEFAULT now(), |
15 |
"Name_number" text NOT NULL,
|
|
15 |
"Name_number" integer NOT NULL,
|
|
16 | 16 |
"Name_submitted" text NOT NULL, |
17 | 17 |
"Overall_score" text, |
18 | 18 |
"Name_matched" text, |
Also available in: Unified diff
inputs/.TNRS/schema.sql: tnrs: Name_number: changed type to integer so it would sort numerically