You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
341 B

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

1、ESF将mysql中gtzz_base_db数据库迁移到openGauss中
Mysql中32个长度的数据放到OpenGauss中会报数据太长原因是每个汉字占的长度不同OpenGauss需要再开大一些
2、逐个表检查对于字段默认值pg_systimestamp() 修改为now()
3、缺失主键的添加上主键信息