Skip to content

TBL : training_video_category

Abhishek edited this page Jun 20, 2024 · 1 revision
name type null PK default FK unique
id varchar(50) YES
name varchar(100) not null YES
code varchar(100) not null YES
description varchar(500) null
delete_flag bit(1) not null 0
created_on datetime not null
created_by bigint not null FK_users_id
updated_on datetime null
updated_by bigint null FK_users_id

Clone this wiki locally