# Table: NewsCategories

  • Name: NewsCategories
  • Comment:Lưu thông tin "Danh mục tin tức"

# Primary Key

  • Columns: Id
  • Cluster: false

# Indexes[]

Columns Cluster Unique

# Foreign Keys[]

Columns Ref Table Ref Columns Options
companyId Companies id
createdBy Users id
updatedBy Users id

# Relationships[]

Columns Ref Table Ref Columns Options
id Products unitId

# Columns[]

Label Name Type Nullable Default Comment
Company companyID int false
Root Categories parentId int false
Id id int auto_increment false
Name name text false
Created By createdBy int false
Updated By updatedBy int false
Created At createdAt datetime false
Updated At updatedAt datetime false
Delete delete tinyint(1) false