def downgrade():
# ### commands auto generated by Alembic - please adjust! ###
op.alter_column('person', 'email',
existing_type=sa.VARCHAR(),
nullable=False)
# ### end Alembic commands ###
21c9076fc052_update_person_model_with_nullable_email.py 文件源码
python
阅读 36
收藏 0
点赞 0
评论 0
评论列表
文章目录