master
みてるぞ 1 month ago
parent
commit
6a91e812df
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      %E3%83%86%E3%83%BC%E3%83%96%E3%83%AB%E5%AE%9A%E7%BE%A9%E6%9B%B8%3Atheatre_watching_users.md

+ 3
- 1
%E3%83%86%E3%83%BC%E3%83%96%E3%83%AB%E5%AE%9A%E7%BE%A9%E6%9B%B8%3Atheatre_watching_users.md

@@ -3,6 +3,7 @@
| :---: | :--: | :-: | :---: | :------: | :--: | :-- | | :---: | :--: | :-: | :---: | :------: | :--: | :-- |
| theatre_id | 上映会場 Id. | BIGINT | | | | | | theatre_id | 上映会場 Id. | BIGINT | | | | |
| user_id | ユーザ Id. | BIGINT | | | | | | user_id | ユーザ Id. | BIGINT | | | | |
| last_responded_at | 最後にホストが応答した日時 | DATETIME | | | | |
### 制約 ### 制約
- 主キー: - 主キー:
@@ -12,4 +13,5 @@
- user_id -> users.id - user_id -> users.id
### インデクス ### インデクス
- user_id
- user_id
- (theatre_id, last_responded_at)

Loading…
Cancel
Save