def upgrade():
### commands auto generated by Alembic - please adjust! ###
op.add_column('user_integration', sa.Column('meta', postgresql.JSON(), nullable=True))
op.add_column('user_integration', sa.Column('refresh_token', sa.String(), nullable=True))
### end Alembic commands ###
评论列表
文章目录