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

Fix sql server table ddl #1371

Open
wants to merge 15 commits into
base: dev
Choose a base branch
from

Commits on May 7, 2024

  1. fix-sql-server-table-ddl

    zgq committed May 7, 2024
    Configuration menu
    Copy the full SHA
    7408714 View commit details
    Browse the repository at this point in the history
  2. optimize code

    zgq committed May 7, 2024
    Configuration menu
    Copy the full SHA
    9e590e3 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. support sqlserver foreign key

    zgq committed May 9, 2024
    Configuration menu
    Copy the full SHA
    4d1b91d View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. fix pgsql table_column ddl

    zgq committed May 10, 2024
    Configuration menu
    Copy the full SHA
    a753f49 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2024

  1. fix pgsql table_column ddl

    zgq committed May 11, 2024
    Configuration menu
    Copy the full SHA
    f358eba View commit details
    Browse the repository at this point in the history

Commits on May 12, 2024

  1. Merge remote-tracking branch 'origin/fix-sql-server-table-ddl' into f…

    …ix-sql-server-table-ddl
    zgq committed May 12, 2024
    Configuration menu
    Copy the full SHA
    408524f View commit details
    Browse the repository at this point in the history
  2. Revert "fix pgsql table_column ddl"

    This reverts commit a753f49.
    zgq committed May 12, 2024
    Configuration menu
    Copy the full SHA
    d190a27 View commit details
    Browse the repository at this point in the history
  3. optimize columnSize

    zgq committed May 12, 2024
    Configuration menu
    Copy the full SHA
    20ead03 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. optimize foreign key

    zgq committed May 13, 2024
    Configuration menu
    Copy the full SHA
    570a290 View commit details
    Browse the repository at this point in the history
  2. support checkConstraint

    zgq committed May 13, 2024
    Configuration menu
    Copy the full SHA
    544b50f View commit details
    Browse the repository at this point in the history
  3. fix decimal or numeric precision

    zgq committed May 13, 2024
    Configuration menu
    Copy the full SHA
    b6fceda View commit details
    Browse the repository at this point in the history
  4. Optimize display order

    zgq committed May 13, 2024
    Configuration menu
    Copy the full SHA
    8ecaff9 View commit details
    Browse the repository at this point in the history
  5. optimize code

    zgq committed May 13, 2024
    Configuration menu
    Copy the full SHA
    0794ee4 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. support unique constraint

    zgq committed May 14, 2024
    Configuration menu
    Copy the full SHA
    ea9543c View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. optimize constraints

    zgq committed May 20, 2024
    Configuration menu
    Copy the full SHA
    4747e79 View commit details
    Browse the repository at this point in the history