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

mysql create table add table and colunm comment #622

Merged
merged 16 commits into from
Apr 4, 2023
Merged

mysql create table add table and colunm comment #622

merged 16 commits into from
Apr 4, 2023

Commits on Mar 19, 2023

  1. Configuration menu
    Copy the full SHA
    8df914e View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2023

  1. fix cargo fmt

    Caisin committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    bf1769d View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'seaql/master'

    # Conflicts:
    #	src/table/column.rs
    #	src/table/create.rs
    Caisin committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    ff108fc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    575a945 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2023

  1. Update src/backend/mysql/table.rs

    Co-authored-by: Ivan Krivosheev <py.krivosheev@gmail.com>
    Caisin and ikrivosheev authored Mar 22, 2023
    Configuration menu
    Copy the full SHA
    04ad56d View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. Configuration menu
    Copy the full SHA
    c3fc7e6 View commit details
    Browse the repository at this point in the history
  2. apply pr suggest

    Caisin committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    0bb8507 View commit details
    Browse the repository at this point in the history
  3. support rbatis

    Caisin committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    fea4a87 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2023

  1. Configuration menu
    Copy the full SHA
    c87e25d View commit details
    Browse the repository at this point in the history
  2. add fn get_comment in TableCreateStatement

    use by sea-orm codegen
    Caisin committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    2a08ac0 View commit details
    Browse the repository at this point in the history
  3. apply sugguest

    Caisin committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    69b5dc1 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2023

  1. Configuration menu
    Copy the full SHA
    8a29ec0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7236d69 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2023

  1. Configuration menu
    Copy the full SHA
    80c2e0c View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

  1. escape commemnt

    Caisin committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    40112b6 View commit details
    Browse the repository at this point in the history
  2. fix

    Caisin committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    37a9981 View commit details
    Browse the repository at this point in the history