Категории
[TOC]
Темы форума
Column | Тип | Атрибуты | Флаги | Комментарии |
---|---|---|---|---|
id | int(10) | NULL , Auto-Increment | ||
user | int(11) | NOT NULL | ||
access | int(11) | NOT NULL | ||
date | int(11) | NOT NULL | ||
forum_id | int(11) | NOT NULL | ||
last_post_date | int(11) | NOT NULL | ||
last_post_user | int(11) | NOT NULL | ||
last_post_id | int(11) | NOT NULL | ||
count_post | int(11) | NOT NULL | ||
count_view | int(11) | NOT NULL | ||
title | varchar(500) | NOT NULL | ||
desc | text | NOT NULL |