a_id	int	5	not_null?primary_key?unsigned?auto_increment
a_user_id	int	5	not_null?unsigned
a_datestamp	int	10	not_null?unsigned
a_season	string	10	not_null
r_id	int	5	not_null?unsigned
r_t_id	int	5	not_null?unsigned
r_spt	int	5	not_null?unsigned
r_type	int	1	not_null?unsigned
r_where	int	1	not_null?unsigned
r_opponent	string	200	not_null
r_report	blob	65535	not_null?blob
r_breaks	int	1	not_null
r_name	int	5	not_null?unsigned
r_datestamp	int	10	not_null?unsigned
r_reads	int	20	not_null?unsigned
r_allow_comments	int	1	not_null?unsigned
r_allow_ratings	int	1	not_null?unsigned
