Tweak that thing again...
This commit is contained in:
parent
52d9595331
commit
19d62b535f
|
@ -146,7 +146,7 @@ class Department(Base):
|
|||
|
||||
discount = sa.Column('dept_discount', sa.Boolean(), nullable=True)
|
||||
|
||||
see_id = sa.Column('dept_see_id', sa.Integer(), nullable=True)
|
||||
see_id = sa.Column('dept_see_id', sa.SmallInteger(), nullable=True)
|
||||
|
||||
modified = sa.Column(sa.DateTime(), nullable=True)
|
||||
|
||||
|
|
Loading…
Reference in a new issue