Show
Ignore:
Timestamp:
03/14/07 23:06:34 (3 years ago)
Author:
eevee
Message:

Split Pokemon abilities and breeding groups off into their own tables, and wrote a couple accessors to clean up the horrid hacks I was using before.
Also tweaked the dump script slightly and made a couple columns less.. wrong.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • veekun/trunk/script/base.sql

    r44 r48  
    1 -- MySQL dump 10.10 
    2 -- 
    3 -- Host: localhost    Database: pokedex 
    4 -- ------------------------------------------------------ 
    5 -- Server version       5.0.27-community-nt 
    6  
    71/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; 
    82/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; 
     
    5953  threadct int(10) unsigned NOT NULL default '0', 
    6054  postct int(10) unsigned NOT NULL default '0', 
    61   flags set('locked','readonly','header') NOT NULL default '', 
    62   accessibility enum('normal','locked','archive','hidden') NOT NULL, 
     55  flags set('header') default NULL, 
     56  accessibility enum('normal','locked','archive','hidden') NOT NULL default 'normal', 
    6357  blurb varchar(255) NOT NULL default '', 
    6458  PRIMARY KEY  (id)