def upgrade():
### commands auto generated by Alembic - please adjust! ###
op.add_column('tv_serie', sa.Column('year', sa.Date(), nullable=True))
op.create_unique_constraint(None, 'tv_serie', ['id'])
### end Alembic commands ###
评论列表
文章目录