Changeset 23776 for trunk/ippTools/share/pxadmin_create_tables.sql
- Timestamp:
- Apr 9, 2009, 1:54:17 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/share/pxadmin_create_tables.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/share/pxadmin_create_tables.sql
r23688 r23776 1271 1271 dest_id BIGINT, 1272 1272 target_id BIGINT, 1273 prod_id BIGINT,1274 1273 state VARCHAR(64), 1275 1274 PRIMARY KEY(int_id), 1276 1275 FOREIGN KEY(dest_id) REFERENCES rcDestination(dest_id), 1277 1276 FOREIGN KEY(target_id) REFERENCES distTarget(target_id), 1278 FOREIGN KEY(prod_id) REFERENCES rcDSProduct(prod_id)1279 1277 ) ENGINE=innodb DEFAULT CHARSET=latin1; 1280 1278
Note:
See TracChangeset
for help on using the changeset viewer.
