def upgrade():
op.alter_column('component_update', 'time', existing_type=sa.Integer(), type_=sa.Float(precision=53))
op.alter_column('component_update', 'lifetime', existing_type=sa.Integer(), type_=sa.Float(precision=53))
评论列表
文章目录