2026-03-17 01:50:00 +09:00
parent 0e8ba6cea3
commit 6a91e812df
@@ -3,6 +3,7 @@
| :---: | :--: | :-: | :---: | :------: | :--: | :-- |
| theatre_id | 上映会場 Id. | BIGINT | | | | |
| user_id | ユーザ Id. | BIGINT | | | | |
| last_responded_at | 最後にホストが応答した日時 | DATETIME | | | | |
### 制約
- 主キー:
@@ -13,3 +14,4 @@
### インデクス
- user_id
- (theatre_id, last_responded_at)