- all tables are prefixed with AV_ - WEBLOG was renamed to AV_SITE - GOODIE was renamed to AV_FILE - all columns are prefixed with the table-name (without table-prefix) - foreign keys follow a specific naming-convention (for details see http://project.antville.org/topics/feature+requests+and+proposals/69427/)
8 lines
180 B
INI
8 lines
180 B
INI
_extends = story
|
|
|
|
_children = collection (comment)
|
|
_children.local = TEXT_ID
|
|
_children.foreign = TEXT_F_TEXT_PARENT
|
|
_children.order = TEXT_CREATETIME ASC
|
|
|
|
_parent = story.comments
|