Changeset 3016 for trunk/Nebulous/t/Test/Nebulous.pm
- Timestamp:
- Jan 14, 2005, 6:02:12 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/Nebulous/t/Test/Nebulous.pm (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous/t/Test/Nebulous.pm
r2785 r3016 1 1 # Copyright (C) 2004 Joshua Hoblitt 2 2 # 3 # $Id: Nebulous.pm,v 1. 1.1.1 2004-12-22 02:16:23jhoblitt Exp $3 # $Id: Nebulous.pm,v 1.2 2005-01-15 04:02:12 jhoblitt Exp $ 4 4 5 5 package Test::IData; … … 68 68 read_lock TINYINT DEFAULT 0 NOT NULL, 69 69 write_lock ENUM( 'write' ), 70 epoch TIMESTAMP NOT NULL, 70 epoch TIMESTAMP DEFAULT CURRENT_TIMESTAMP, 71 mtime TIMESTAMP, 71 72 PRIMARY KEY(so_id), 72 73 KEY(ext_id(64)), … … 78 79 ins_id BIGINT NOT NULL AUTO_INCREMENT, 79 80 so_id BIGINT NOT NULL, 80 uri VARCHAR(255) BINARY NOT NULL UNIQUE,81 sha1sum CHAR(40) ,81 uri VARCHAR(255) BINARY NOT NULL, 82 sha1sum CHAR(40) ASCII, 82 83 assigned_location BOOL, 83 epoch TIMESTAMP NOT NULL,84 atime TIMESTAMP NOT NULL,84 epoch TIMESTAMP DEFAULT CURRENT_TIMESTAMP, 85 mtime TIMESTAMP, 85 86 PRIMARY KEY(ins_id), 86 87 KEY(so_id),
Note:
See TracChangeset
for help on using the changeset viewer.
