antville/code/Choice/type.properties
Robert Gaggl f8db009bff changed type.properties according to new database-schema:
- 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/)
2002-06-26 16:03:59 +00:00

15 lines
313 B
INI

_db = antville
_table = AV_CHOICE
_children = collection (vote)
_children.local = CHOICE_ID
_children.foreign = VOTE_F_CHOICE
_id = CHOICE_ID
_parent = poll
poll = object (poll)
poll.local = CHOICE_F_POLL
poll.foreign = POLL_ID
title = CHOICE_TITLE
createtime = CHOICE_CREATETIME
modifytime = CHOICE_MODIFYTIME