Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | INT UNSIGNED | 10 | √ | null |
|
|
|||||
| year_periods_id | INT UNSIGNED | 10 | null |
|
|
年度期間ID |
|||||
| sponsor_id | INT UNSIGNED | 10 | null |
|
|
企業ID |
|||||
| user_id | INT UNSIGNED | 10 | null |
|
|
担当者ID |
|||||
| activity_status | enum('unstarted', 'material_sent', 'forms_sent', 'confirmed', 'invoice_sent', 'payment_confirmed', 'receipt_sent', 'rejected') | 17 | unstarted |
|
|
活動ステータス |
|||||
| feasibility_status | enum('unstarted', 'possible', 'impossible') | 10 | unstarted |
|
|
協賛可否 |
|||||
| design_progress | enum('unstarted', 'created_by_student', 'created_by_company', 'completed') | 18 | unstarted |
|
|
デザイン進捗 |
|||||
| remarks | TEXT | 65535 | √ | null |
|
|
備考 |
||||
| created_at | DATETIME | 19 | CURRENT_TIMESTAMP |
|
|
||||||
| updated_at | DATETIME | 19 | CURRENT_TIMESTAMP |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| sponsor_id | Performance | Asc | sponsor_id |
| user_id | Performance | Asc | user_id |
| year_periods_id | Performance | Asc | year_periods_id |

