-
Notifications
You must be signed in to change notification settings - Fork 2
BD Table: topics
Cedric AUDRIT edited this page Dec 9, 2020
·
3 revisions
| COLUMN | TYPE (MYSQL) | CONTENT |
|---|---|---|
| pvmsg_id | int | primary key |
| topic_subject | varchar(80) | Topic subjec |
| topic_image | varchar(255) | NOT USE (for url image topic) |
| topic_date | datetime | date of creation |
| topic_date_upd | datetime | Date of last edit |
| topic_board | int | link topic to a board ID |
| topic_by | int | user id of author |
| topic_approved | tinyint | NOT USE at this time |
| topic_status | tinyint | (0= normal/1=close/2=deleted) |
| topic_views | mediumint | counter +1 when page is open |
| topics_exclsearch | int | 0=normal - 1=exclude of search |
| topic_pin | int | for pin on top page |