Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
created_at | timestamp | 29,6 | null |
|
|
作成日時(UTC) |
|||||
updated_at | timestamp | 29,6 | null |
|
|
更新日時(UTC) |
|||||
user_report_id | varchar | 36 | null |
|
|
ユーザレポートID |
|||||
title | varchar | 20 | null |
|
|
ユーザレポートタイトル |
|||||
content | text | 2147483647 | null |
|
|
ユーザレポート内容 |
|||||
created_user_id | varchar | 20 | null |
|
|
外部キー:ユーザID |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
t_user_report_pkey | Primary key | Asc | user_report_id |