sql names

This commit is contained in:
j 2007-03-20 16:09:12 +00:00
commit 2f015418f0
7 changed files with 22 additions and 188 deletions

View file

@ -13,7 +13,7 @@ __connection__ = hub
class ArchiveItem(SQLObject):
hash = UnicodeCol(alternateId = True)
hashId = UnicodeCol(alternateID = True, length=128)
title = UnicodeCol()
description = UnicodeCol()
author = UnicodeCol()