master
みてるぞ 4 months ago
parent
commit
ac9bf3a146
1 changed files with 3 additions and 4 deletions
  1. +3
    -4
      %E3%83%86%E3%83%BC%E3%83%96%E3%83%AB%E5%AE%9A%E7%BE%A9%E6%9B%B8%3Auser_post_views.md

+ 3
- 4
%E3%83%86%E3%83%BC%E3%83%96%E3%83%AB%E5%AE%9A%E7%BE%A9%E6%9B%B8%3Auser_post_views.md

@@ -2,7 +2,6 @@
| 物理名 | 論理名 | 型 | サイズ | NULL 許容 | デフォルト | 備考 |
| :---: | :--: | :-: | :---: | :------: | :--: | :-- |
| id | 代理キー | BIGINT | | | | |
| user | ユーザ | REFERENCE | | | | |
| post | 投稿 | REFERENCE | | | | |
| viewed | 閲覧フラグ | BOOLEAN | | | FALSE | |
| viewed_at | 閲覧日時 | DATETIME | | | | |
| user_id | ユーザ | BIGINT | | | | |
| post_id | 投稿 | BIGINT | | | | |
| viewed | 閲覧フラグ | BOOLEAN | | | FALSE | |

Loading…
Cancel
Save