antville/code/File/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

26 lines
No EOL
557 B
Properties

_db = antville
_table = AV_FILE
_id = FILE_ID
_parent = site.files
# object references
site = object (site)
site.local = FILE_F_SITE
site.foreign = SITE_ID
creator = object (user)
creator.local = FILE_F_USER_CREATOR
creator.foreign = USER_ID
modifier = object (user)
modifier.local = FILE_F_USER_MODIFIER
modifier.foreign = USER_ID
# primitive properties
alias = FILE_ALIAS
mimetype = FILE_MIMETYPE
name = FILE_NAME
filesize = FILE_SIZE
description = FILE_DESCRIPTION
requestcnt = FILE_REQUESTCNT
createtime = FILE_CREATETIME
modifytime = FILE_MODIFYTIME