# Table: ProductsTags

  • Name: ProductsTags
  • Comment:Lưu các tags của sản phẩm

# Primary Key

  • Columns: Id
  • Cluster: false

# Indexes[]

Columns Cluster Unique
id true

# Foreign Keys[]

Columns Ref Table Ref Columns Options
createdBy Users id
tagId Tags id
productId Products id

# Relationships

Columns Ref Table Ref Columns Options

# Columns[]

Label Name Type Nullable Default Comment
Id id int auto_increment false
Product productId int false
Tags tagId int false
Created By createdBy int false
Created At createdAt datetime true
Updated At updatedAt datetime true