15
テーブル定義書:posts
みてるぞ edited this page 2026-01-07 02:35:41 +09:00
This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

posts: 投稿

物理名 論理名 サイズ NULL 許容 デフォルト 備考
id 代理キー BIGINT
url URL VARCHAR 2000
title タイトル VARCHAR 255 NULL
thumbnail サムネ STORAGE NULL 180 × 180 以下
thumbnail_base サムネの元 URL VARCHAR 2000 NULL 画像ポストなどの場合,詳細に表示するためのリンク
parent_id 親ポスト BIGINT NULL
uploaded_user_id 投稿者 BIGINT NULL 対応する users.id
システムによる自動投稿の場合,NULL
original_created_from URL 参照先の作成日時(以降) DATETIME NULL
original_created_before URL 参照先の作成日時(より前) DATETIME NULL
created_at 作成日時 DATETIME