修改sql.md 105 Bytes
Newer Older
1 2 3 4

# 许可证修改备注字段为 text类型
ALTER TABLE t_hazard_license
ALTER COLUMN remarks TYPE TEXT;