MySql tossing NOTE 2: The default value cannot be set for the text/blog type, and two CURRENT_TIMESTAMP cannot exist.

Source: Internet
Author: User

In the reverse engineering of CYQ. Data framework, there are two more MySQL problems. Record them first.

 

1: The default value of time is CURRENT_TIMESTAMP. Two dates in a table cannot be set: CURRENT_TIMESTAMP.

Solution:

Set only one.

However, in reverse engineering, if two or more settings are met, to ensure normal data import, the default value of the date is directly canceled.

 

2: The default value cannot be set for the text/blog type. Because other database types can have default values, the default value is usually set for conversion, but the default value cannot be set by default.

Solution:

Modify the my. ini configuration file to cancel strict control of the strict mode.

However, in reverse engineering data import, to avoid errors or prompt users to modify the configuration, cancel the default value.

 

Today, I have been tossing around for a long time, and finally I have all the differences between several databases. The reverse engineering of the CYQ. Data framework is basically complete.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.