- Timestamp:
- May 3, 2010, 8:50:52 AM (16 years ago)
- Location:
- branches/simtest_nebulous_branches
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
DataStoreServer/scripts/tabledefs.sql (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/simtest_nebulous_branches
- Property svn:mergeinfo changed
-
branches/simtest_nebulous_branches/DataStoreServer/scripts/tabledefs.sql
r17381 r27840 30 30 fileset_name VARCHAR(64) NOT NULL, 31 31 reg_time datetime NOT NULL, 32 hide TINYINT DEFAULT 0, 32 33 type VARCHAR(64), 33 34 prod_col_0 VARCHAR(64), # values for product specific columns … … 75 76 # type specific column for type chip 76 77 INSERT INTO dsFileType (type, type_col_0) VALUES('chip', 'chipname'); 78 INSERT INTO dsFileType (type, type_col_0) VALUES('dbinfo', 'component'); 79 INSERT INTO dsFileType (type, type_col_0) VALUES('text', 'component'); 80 INSERT INTO dsFileType (type, type_col_0) VALUES('tgz', 'component'); 77 81 78 82 # none of these types have any type specific columns
Note:
See TracChangeset
for help on using the changeset viewer.
