# Table: News

  • Name: News
  • Comment:Lưu thông tin "Tin tức"

# Primary Key

  • Columns: Id
  • Cluster: false

# Indexes[]

Columns Cluster Unique

# Foreign Keys[]

Columns Ref Table Ref Columns Options
companyId Companies id
categoryId NewsCategories id
tags NewsTags id
createdBy Users id
updatedBy Users id

# Relationships[]

Columns Ref Table Ref Columns Options

# Columns[]

Label Name Type Nullable Default Comment
Company companyID int false
Id id int auto_increment false
Title title text false
Description desc text false
Tag tags text false
Category categoryId int false
Position poitions text false
Image images text false
Content content text false
Title Seo titleSeo text false
Description Seo descSeo text false
Key Word Seo keywordSeo 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