switched to version 1.2
This commit is contained in:
parent
f157fa8e91
commit
269a461d03
16 changed files with 237 additions and 135 deletions
|
@ -1,12 +1,20 @@
|
|||
_datasource = antville
|
||||
_tablename = VOTE
|
||||
_version = 1.2
|
||||
_db = antville
|
||||
_table = VOTE
|
||||
|
||||
_id = ID
|
||||
_parent = choice, poll.votes
|
||||
|
||||
poll = POLL_ID > poll.ID
|
||||
user = USER_ID > user.ID
|
||||
choice = CHOICE_ID > choice.ID
|
||||
poll = object (poll)
|
||||
poll.local = POLL_ID
|
||||
poll.foreign = ID
|
||||
user = object (user)
|
||||
user.local = USER_ID
|
||||
user.foreign = ID
|
||||
choice = object (choice)
|
||||
choice.local = CHOICE_ID
|
||||
choice.foreign = ID
|
||||
|
||||
username = USERNAME
|
||||
createtime = CREATETIME
|
||||
modifytime = MODIFYTIME
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue