Tweak that thing again...

This commit is contained in:
Lance Edgar 2020-12-31 19:25:33 -06:00
parent 52d9595331
commit 19d62b535f

View file

@ -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)