Revision dea7951f
Von Moritz Bunkus vor fast 12 Jahren hinzugefügt
sql/Pg-upgrade2/csv_import_report_cache.sql | ||
---|---|---|
9 | 9 |
profile_id INTEGER NOT NULL REFERENCES csv_import_profiles(id), |
10 | 10 |
type TEXT NOT NULL, |
11 | 11 |
file TEXT NOT NULL, |
12 |
numrows INTEGER NOT NULL,
|
|
12 |
numrows INTEGER NOT NULL |
|
13 | 13 |
); |
14 | 14 |
|
15 | 15 |
CREATE TABLE csv_import_report_rows ( |
Auch abrufbar als: Unified diff
Trailing comma entfernt
PostgreSQL mag diese nicht.