boxaccess.sql 168 B

12345678
  1. --
  2. -- Table structure for table `boxaccess`
  3. --
  4. CREATE TABLE IF NOT EXISTS boxaccess (
  5. spawn decimal(11,0) default NULL,
  6. charname varchar(32) default NULL
  7. );