Changeset 5496
- Timestamp:
- Nov 10, 2005, 11:21:14 AM (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
r5490 r5496 1 1 # Copyright (c) 2004 Joshua Hoblitt 2 2 # 3 # $Id: SQL.pm,v 1.1 4 2005-11-09 01:31:07jhoblitt Exp $3 # $Id: SQL.pm,v 1.15 2005-11-10 21:21:14 jhoblitt Exp $ 4 4 5 5 package Nebulous::Server::SQL; … … 222 222 223 223 CREATE TABLE class ( 224 class_id TINYINT NOT NULL AUTO_INCREMENT,224 class_id TINYINT NOT NULL, 225 225 priority TINYINT, 226 226 comment VARCHAR(255), -
trunk/Nebulous/lib/Nebulous/Server/SQL.pm
r5490 r5496 1 1 # Copyright (c) 2004 Joshua Hoblitt 2 2 # 3 # $Id: SQL.pm,v 1.1 4 2005-11-09 01:31:07jhoblitt Exp $3 # $Id: SQL.pm,v 1.15 2005-11-10 21:21:14 jhoblitt Exp $ 4 4 5 5 package Nebulous::Server::SQL; … … 222 222 223 223 CREATE TABLE class ( 224 class_id TINYINT NOT NULL AUTO_INCREMENT,224 class_id TINYINT NOT NULL, 225 225 priority TINYINT, 226 226 comment VARCHAR(255),
Note:
See TracChangeset
for help on using the changeset viewer.
