sql names
This commit is contained in:
parent
6d8c3a0744
commit
2f015418f0
7 changed files with 22 additions and 188 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue