Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Sep 7th, 2012  |  syntax: None  |  size: 0.27 KB  |  hits: 9  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. CREATE TABLE chars (
  2.         ID SMALLINT UNSIGNED ZEROFILL NOT NULL AUTO_INCREMENT,
  3.         char_name VARCHAR(12) NOT NULL,
  4.         char_class VARCHAR(11) NOT NULL,
  5.         char_level VARCHAR(2) NOT NULL,
  6.         char_race VARCHAR(9) NOT NULL,
  7.         char_prof1 VARCHAR(15) NULL,
  8.         char_prof1 VARCHAR(15) NULL,
  9.         );