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 wrap: on
line diff
--- a/examples/sns/form/article.def	Fri Jun 05 14:49:59 2020 +0900
+++ b/examples/sns/form/article.def	Sat Jun 06 16:56:02 2020 +0900
@@ -1,5 +1,5 @@
 シリアル:id:p:serial:
-blogID:blogid:f:blog(id):
+blogID:blogid:pf:blog(id):
 筆者:author:s:author:
 時刻:ctime:s:stamp:
 参照元:parent:s:parent: 

yatex.org