switched to version 1.2
This commit is contained in:
parent
f157fa8e91
commit
269a461d03
16 changed files with 237 additions and 135 deletions
|
@ -1,11 +1,16 @@
|
|||
_datasource = antville
|
||||
_tablename = CHOICE
|
||||
_subnodes =< vote.CHOICE_ID
|
||||
_version = 1.2
|
||||
_db = antville
|
||||
_table = CHOICE
|
||||
_children = collection (vote)
|
||||
_children.local = ID
|
||||
_children.foreign = CHOICE_ID
|
||||
|
||||
_id = ID
|
||||
_parent = poll
|
||||
|
||||
poll = POLL_ID > poll.ID
|
||||
poll = object (poll)
|
||||
poll.local = POLL_ID
|
||||
poll.foreign = ID
|
||||
title = TITLE
|
||||
createtime = CREATETIME
|
||||
modifytime = MODIFYTIME
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue