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

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

@@ -0,0 +1,10 @@
## wiki_pages: Wiki ページ
| 物理名 | 論理名 | 型 | サイズ | NULL 許容 | デフォルト | 備考 |
| :---: | :--: | :-: | :---: | :------: | :--: | :-- |
| id | 代理キー | BIGINT | | | | |
| title | ページ・タイトル | VARCHAR | 255 | | | Gollum のファイル名と対応 |
| tag_id | タグ | BIGINT | | ○ | NULL | |
| created_by | 作成者 | BIGINT | | | | |
| updated_by | 更新者 | BIGINT | | | | |
| created_at | 作成日時 | DATETIME | | | | |
| updated_at | 更新日時 | DATETIME | | | | |

Loading…
Cancel
Save