def downgrade():
# ### commands auto generated by Alembic - please adjust! ###
op.alter_column('customer', 'stripe_customer_id',
existing_type=mysql.VARCHAR(charset='utf8', collation='utf8_bin', length=255),
nullable=False)
# ### end Alembic commands ###
c78720167a07_drop_the_null_stripe_id_restriction.py 文件源码
python
阅读 22
收藏 0
点赞 0
评论 0
评论列表
文章目录