seo
Column Name | Type | Comment | Default | Null | Remark |
---|---|---|---|---|---|
id | bigint UNSIGNED | Primary Key ID | NO | Auto Increment | |
usage_type | tinyint UNSIGNED | Type of target | NO | Content Type | |
usage_id | bigint UNSIGNED | Target primary key ID | NO | ||
title | json | SEO Title | YES | Multilingual | |
keywords | json | SEO Keywords | YES | Multilingual | |
description | json | SEO Description | YES | Multilingual | |
created_at | timestamp | Create Time | useCurrent | NO | For example, MySQL defaults to CURRENT_TIMESTAMP |
updated_at | timestamp | Update Time | YES | ||
deleted_at | timestamp | Delete Time | YES |