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,20 @@
|
|||
_datasource=antville
|
||||
_tablename=SKIN
|
||||
_version = 1.2
|
||||
_db = antville
|
||||
_table = SKIN
|
||||
|
||||
_id=ID
|
||||
weblog=WEBLOG_ID>weblog.ID
|
||||
proto=PROTO
|
||||
name=NAME
|
||||
skin=SOURCE
|
||||
creator=CREATOR>user.ID
|
||||
createtime=CREATETIME
|
||||
modified=MODIFYTIME
|
||||
_id = ID
|
||||
|
||||
# object references
|
||||
weblog = object (weblog)
|
||||
weblog.local = WEBLOG_ID
|
||||
weblog.foreign = ID
|
||||
creator = object (user)
|
||||
creator.local = CREATOR
|
||||
creator.foreign = ID
|
||||
|
||||
# primitive properties
|
||||
proto = PROTO
|
||||
name = NAME
|
||||
skin = SOURCE
|
||||
createtime = CREATETIME
|
||||
modified = MODIFYTIME
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue