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:
テーブル定義書:materials
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
10
テーブル定義書:materials
みてるぞ edited this page
2026-03-09 07:19:40 +09:00
Table of Contents
materials: 素材
制約
インデクス
materials: 素材
物理名
論理名
型
サイズ
NULL 許容
デフォルト
備考
id
代理キー
BIGINT
sorce_url
参照 URL
VARCHAR
255
○
NULL
object_key
オブゼクト・ストレージへの参照
VARCHAR
255
○
NULL
parent_id
親素材 Id.
BIGINT
○
NULL
tag_id
タグ Id.
BIGINT
○
NULL
制約
主キー:
id
一意:
url
canonical
外部キー:
parent_id -> materials.id
tag_id -> tags.id
チェック:
url IS NOT NULL OR canonical IS NOT NULL
インデクス
url
canonical
tag_id
Delete Page
Deleting the wiki page "テーブル定義書:materials" cannot be undone. Continue?
No
Yes