Changeset 5489
- Timestamp:
- Nov 8, 2005, 2:59:20 PM (21 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
Nebulous-Server/lib/Nebulous/Server/SQL.pm (modified) (2 diffs)
-
Nebulous/lib/Nebulous/Server/SQL.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous-Server/lib/Nebulous/Server/SQL.pm
r5487 r5489 1 1 # Copyright (c) 2004 Joshua Hoblitt 2 2 # 3 # $Id: SQL.pm,v 1.1 2 2005-11-09 00:48:24jhoblitt Exp $3 # $Id: SQL.pm,v 1.13 2005-11-09 00:59:20 jhoblitt Exp $ 4 4 5 5 package Nebulous::Server::SQL; … … 218 218 CREATE TABLE class ( 219 219 class_id TINYINT NOT NULL AUTO_INCREMENT, 220 instance TINYINT NOT NULL,221 220 priority TINYINT, 222 221 comment VARCHAR(255), 223 key(class_id)222 PRIMARY KEY(class_id) 224 223 ) ENGINE=innodb; 225 224 -
trunk/Nebulous/lib/Nebulous/Server/SQL.pm
r5487 r5489 1 1 # Copyright (c) 2004 Joshua Hoblitt 2 2 # 3 # $Id: SQL.pm,v 1.1 2 2005-11-09 00:48:24jhoblitt Exp $3 # $Id: SQL.pm,v 1.13 2005-11-09 00:59:20 jhoblitt Exp $ 4 4 5 5 package Nebulous::Server::SQL; … … 218 218 CREATE TABLE class ( 219 219 class_id TINYINT NOT NULL AUTO_INCREMENT, 220 instance TINYINT NOT NULL,221 220 priority TINYINT, 222 221 comment VARCHAR(255), 223 key(class_id)222 PRIMARY KEY(class_id) 224 223 ) ENGINE=innodb; 225 224
Note:
See TracChangeset
for help on using the changeset viewer.
