def upgrade():
table_prefix = context.config.get_main_option('table_prefix')
op.add_column(
table_prefix + 'repos',
sa.Column('manage_master', sa.Boolean(), nullable=True)
)
adb78f70605d_manage_fuel_node_flag.py 文件源码
python
阅读 23
收藏 0
点赞 0
评论 0
评论列表
文章目录