Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adaptation deployment data source: MYSQL #1208

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Commits on Mar 7, 2024

  1. Adaptation deployment data source: MYSQL

    - Modify the initialization script
    - ssl Indicates `ssl`  to match the mysql keyword
    - schema is changed to `schema`  to match the mysql keyword
    - Change bigint(20) to bigint: Integer display width is deprecated and will be removed in a future release.
    - MODIFY the field length. Use: Replace ALTER with modify to adapt MYSQL
    - Modify the DO mysql keyword processing
    - schema Added @TableField(" `schema` ") annotation
    - ssl Added @TableField(" `ssl` ") annotation
    hantianwei committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    d9c7d7f View commit details
    Browse the repository at this point in the history