This website requires JavaScript.
Explore
Help
Sign In
miteruzo
/
btrc-hub
Watch
1
Star
0
Fork
0
You've already forked btrc-hub
Code
Issues
69
Pull Requests
1
Releases
Wiki
Activity
Page:
テーブル定義書:theatres
Pages
テーブル定義書:deerjikists
テーブル定義書:ip_addresses
テーブル定義書:materials
テーブル定義書:nico_tag_relations
テーブル定義書:post_similarities
テーブル定義書:post_tags
テーブル定義書:posts
テーブル定義書:settings
テーブル定義書:tag_implications
テーブル定義書:tag_name_sanitisation_rules
テーブル定義書:tag_names
テーブル定義書:tags
テーブル定義書:theatre_comments
テーブル定義書:theatre_watching_users
テーブル定義書:theatres
テーブル定義書:user_ips
テーブル定義書:user_post_views
テーブル定義書:users
テーブル定義書:wiki_pages
実装説明書
環境構築手順
移行方針草案
課題整理
Home
Code
Clone
HTTPS
Tea CLI
14
テーブル定義書:theatres
みてるぞ edited this page
2026-03-17 01:49:30 +09:00
Table of Contents
theatres: 上映会場
制約
インデクス
theatres: 上映会場
物理名
論理名
型
サイズ
NULL 許容
デフォルト
備考
id
代理キー
BIGINT
name
会場名
VARCHAR
255
○
NULL
opens_at
開始日時
DATETIME
closes_at
終了日時
DATETIME
○
NULL
kind
種別
INT
1: 全件
current_post_id
再生中の投稿 Id.
BIGINT
○
NULL
current_post_started_at
再生中の投稿の再生開始日時
DATETIME
○
NULL
next_comment_no
次のコメ番
INT
1
host_user_id
現在ホストのユーザ Id.
BIGINT
○
NULL
created_by_user_id
作成ユーザ Id.
BIGINT
created_at
作成日時
DATETIME
updated_at
更新日時
DATETIME
discarded_at
削除日時
DATETIME
○
NULL
制約
主キー:
id
外部キー:
current_post_id -> posts.id
host_user_id -> users.id
created_by_user_id -> users.id
インデクス
opens_at
discarded_at
Delete Page
Deleting the wiki page "テーブル定義書:theatres" cannot be undone. Continue?
No
Yes