t_news_id	int	5	not_null?primary_key?unsigned?auto_increment
t_news_subject	string	200	not_null
t_news_text	blob	65535	not_null?blob
t_news_breaks	int	1	not_null
t_news_name	int	5	not_null?unsigned
t_news_datestamp	int	10	not_null?unsigned
t_news_start	int	10	not_null?unsigned
t_news_end	int	10	not_null?unsigned
t_news_visibility	int	3	not_null?unsigned
t_news_t_id	int	10	not_null
t_news_reads	int	20	not_null?unsigned
t_news_allow_comments	int	1	not_null?unsigned
t_news_allow_ratings	int	1	not_null?unsigned
t_news_submit	int	1	not_null
