2025-07-24 23:07:16 +09:00
コミット 869f7bd7a5
+7
@@ -0,0 +1,7 @@
## post_similarities: 投稿の関聯性
| 物理名 | 論理名 | 型 | サイズ | NULL 許容 | デフォルト | 備考 |
| :---: | :--: | :-: | :---: | :------: | :--: | :-- |
| id | 代理キー | BIGINT | | | | |
| post_id | 投稿 Id. | BIGINT | | | | |
| target_post_id | 対称の投稿 Id. | BIGINT | | | | |
| similarity | 類似度 | FLOAT | | | | |