Show More
@@ -2138,7 +2138,7 class Gist(Base, BaseModel): | |||
|
2138 | 2138 | GIST_PRIVATE = u'private' |
|
2139 | 2139 | |
|
2140 | 2140 | gist_id = Column('gist_id', Integer(), primary_key=True) |
|
2141 |
gist_access_id = Column('gist_access_id', Unicode( |
|
|
2141 | gist_access_id = Column('gist_access_id', Unicode(250)) | |
|
2142 | 2142 | gist_description = Column('gist_description', UnicodeText(1024)) |
|
2143 | 2143 | gist_owner = Column('user_id', Integer(), ForeignKey('users.user_id'), nullable=True) |
|
2144 | 2144 | gist_expires = Column('gist_expires', Float(), nullable=False) |
General Comments 0
You need to be logged in to leave comments.
Login now