Changeset 27856 for trunk/ippTools/share/pxadmin_create_tables.sql
- Timestamp:
- May 4, 2010, 10:50:29 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/share/pxadmin_create_tables.sql (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/share/pxadmin_create_tables.sql
r27781 r27856 1332 1332 imagedb VARCHAR(64), 1333 1333 rlabel VARCHAR(64), 1334 outdir VARCHAR(255), 1334 1335 need_magic TINYINT, 1335 1336 PRIMARY KEY(dep_id), … … 1599 1600 ) ENGINE=innodb DEFAULT CHARSET=latin1; 1600 1601 1602 CREATE TABLE Label ( 1603 label VARCHAR(64), 1604 priority INT, 1605 active TINYINT, 1606 comment VARCHAR(80), 1607 PRIMARY KEY(label), 1608 KEY(priority), 1609 KEY(active) 1610 ) ENGINE=innodb DEFAULT CHARSET=latin1; 1611 1601 1612 -- This comment line is here to avoid empty query error. 1602 1613 -- Another way to avoid that problem is to omit the semicolon above but I think that is untidy.
Note:
See TracChangeset
for help on using the changeset viewer.
