s4

changeset 746:5dff7af7fdce

BlogID in article should have foreign_key attribute of blog(id)
author HIROSE Yuuji <yuuji@gentei.org>
date Sat, 06 Jun 2020 16:56:02 +0900
parents b5df3b16c9d8
children 42cc0aeaa498
files examples/sns/form/article.def
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line diff
     1.1 --- a/examples/sns/form/article.def	Fri Jun 05 14:49:59 2020 +0900
     1.2 +++ b/examples/sns/form/article.def	Sat Jun 06 16:56:02 2020 +0900
     1.3 @@ -1,5 +1,5 @@
     1.4  シリアル:id:p:serial:
     1.5 -blogID:blogid:f:blog(id):
     1.6 +blogID:blogid:pf:blog(id):
     1.7  筆者:author:s:author:
     1.8  時刻:ctime:s:stamp:
     1.9  参照元:parent:s:parent: