scheme2ddl icon indicating copy to clipboard operation
scheme2ddl copied to clipboard

Modify table scripts

Open spyman1802 opened this issue 4 years ago • 0 comments

I have modified the function for gen tables scripts.

  1. remove some space and tab
  2. remove supplement log line
  3. replace tab with space
  4. set CONSTRAINTS_AS_ALTER default to true
  5. change add constraint statement to last line for fixing index bug

and others changes

  1. change the sql retrieving objects to add distinct option, and speed up this sql
  2. delete owner from all scripts

spyman1802 avatar Mar 26 '21 06:03 spyman1802