def upgrade():
### commands auto generated by Alembic - please adjust! ###
op.add_column('node', sa.Column('node_info', postgresql.JSONB(), server_default='{}', nullable=False))
op.drop_index('idx__rule__updated_at', table_name='rule')
### end Alembic commands ###
54ef3f06612c_add_node_info_column_to_capture.py 文件源码
python
阅读 23
收藏 0
点赞 0
评论 0
评论列表
文章目录