Admin
From Olmec Jaguar
The admin table holds basic league information. It should just have one record in it. This possible could be just a file as well, however I don't think there's a big difference either way.
Table: Admin
Description: General league information
The table structure is:
COLUMN TYPE NULL? DEFAULT COMMENT league_name varchar(150) No This is the full text name of the league. league_abb varchar(10) No League Abbreviation (generally 2-6 characters) example: SESL commissioner_name varchar(50) No Name of the league commissioner. commissioner_email varchar(50) No Email address of the commissioner. season int(4) No 1 Current season for the league (could start with 1 or a real year) about tinytext No A 1-2 paragraph discussion of what the league is all about.
