- Timestamp:
- Jun 16, 2009, 10:21:18 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/pap_mops/ippTools/share/pxadmin_create_tables.sql
r24427 r24428 1376 1376 product VARCHAR(64), -- product name 1377 1377 stage VARCHAR(64) NOT NULL, -- stage of interest (chip, camera, diff, etc.) 1378 workdir VARCHAR(255) NOT NULL, -- working directory 1378 1379 comment VARCHAR(255), -- for human memory 1379 1380 PRIMARY KEY(client_id) … … 1385 1386 client_id BIGINT NOT NULL, -- link to publishClient 1386 1387 stage_id BIGINT NOT NULL, -- link to various stage tables 1387 workdir VARCHAR(255) NOT NULL, -- working directory1388 1388 label VARCHAR(64), -- label for run 1389 1389 state VARCHAR(64), -- state of run (new, full, etc.)
Note:
See TracChangeset
for help on using the changeset viewer.
