Skip to content

BD Table: boards

Cedric AUDRIT edited this page Dec 9, 2020 · 2 revisions

Table: boards

COLUMN TYPE (MYSQL) CONTENT
board_id int primary key
board_name varchar(64) Board Name
board_description varchar(255) Text Board Description
board_image varchar(255) url of image
board_creat_date datetime Date of creation of the board
board_creat_by int How create the board
board_status tinyint(1) Set as enable (1= enable, 0=disable)
board_views int ID of User author
board_upd_date datetime Pin to TOP (0=normal, 1=pinned)

Clone this wiki locally