def upgrade():
"""Upgrade the database to a newer revision."""
# ### commands auto generated by Alembic - please adjust! ###
op.add_column('stack_analyses_request', sa.Column('result', postgresql.JSONB(), nullable=True))
op.add_column('stack_analyses_request', sa.Column('team', sa.String(length=64), nullable=True))
# ### end Alembic commands ###
8302d3bb5f68_stackreq_team_result.py 文件源码
python
阅读 23
收藏 0
点赞 0
评论 0
评论列表
文章目录