diff --git a/%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 b/%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 index ec596b3..fdd52ec 100644 --- a/%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 +++ b/%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 | | | | | | user_id | ユーザ Id. | BIGINT | | | | | +| last_responded_at | 最後にホストが応答した日時 | DATETIME | | | | | ### 制約 - 主キー: @@ -12,4 +13,5 @@ - user_id -> users.id ### インデクス -- user_id \ No newline at end of file +- user_id +- (theatre_id, last_responded_at) \ No newline at end of file