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 DataType Define #111

Closed
wants to merge 3 commits into from
Closed

Fix DataType Define #111

wants to merge 3 commits into from

Commits on May 26, 2022

  1. FIX DataType Defind

    1. because select schema from db, return int2,int4,int8. but code name is smallint,integer,bigint. it will cause alter column.
     a. smallint -> int2
     b. integer -> int4
     c. bigint -> int8
    2. in postgresql, set timestamptz Precision == 0, This means being accurate to the seconds.
    piyongcai authored and piyongcai committed May 26, 2022
    Configuration menu
    Copy the full SHA
    aa2262c View commit details
    Browse the repository at this point in the history
  2. recover import

    piyongcai authored and piyongcai committed May 26, 2022
    Configuration menu
    Copy the full SHA
    22be74d View commit details
    Browse the repository at this point in the history

Commits on May 31, 2022

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