967a44dd16d5_add_server_default_to_resource_values_values.py 文件源码

python
阅读 20 收藏 0 点赞 0 评论 0

项目:tuning-box 作者: openstack 项目源码 文件源码
def upgrade():
    table_prefix = context.config.get_main_option('table_prefix')
    table_name = table_prefix + 'resource_values'
    with op.batch_alter_table(table_name) as batch:
        batch.alter_column(
            'values',
            server_default='{}',
            existing_type=tuning_box.db.Json(),
        )
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号