Changeset 12007 for trunk/Nebulous-Server/lib/Nebulous/Server/SQL.pm
- Timestamp:
- Feb 22, 2007, 3:23:45 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/Nebulous-Server/lib/Nebulous/Server/SQL.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous-Server/lib/Nebulous/Server/SQL.pm
r12005 r12007 1 1 # Copyright (c) 2004 Joshua Hoblitt 2 2 # 3 # $Id: SQL.pm,v 1.2 2 2007-02-23 01:10:57jhoblitt Exp $3 # $Id: SQL.pm,v 1.23 2007-02-23 01:23:45 jhoblitt Exp $ 4 4 5 5 package Nebulous::Server::SQL; … … 221 221 vol_id INT NOT NULL AUTO_INCREMENT, 222 222 name VARCHAR(255) UNIQUE NOT NULL, 223 mountpointVARCHAR(255) NOT NULL,223 path VARCHAR(255) NOT NULL, 224 224 PRIMARY KEY(vol_id), 225 225 KEY(name(16))
Note:
See TracChangeset
for help on using the changeset viewer.
