message_templates

39 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id BIGINT UNSIGNED 20 null
store_id BIGINT UNSIGNED 20 null
stores.id message_templates_store_id_foreignR

店舗ID

message_template_folder_id BIGINT UNSIGNED 20 null
message_template_folders.id message_templates_message_template_folder_id_foreignR

メッセージテンプレートフォルダid

title VARCHAR 255

タイトル

subject VARCHAR 255

件名

body LONGTEXT 2147483647 null

本文

display_order_num SMALLINT UNSIGNED 5 null

並び順

created_at TIMESTAMP 26 null
updated_at TIMESTAMP 26 null
deleted_at TIMESTAMP 26 null

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
message_templates_message_template_folder_id_foreign Performance Asc message_template_folder_id
message_templates_store_id_foreign Performance Asc store_id

Relationships