Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 556 Bytes

File metadata and controls

16 lines (11 loc) · 556 Bytes

CreateTableScriptFromExcel

The excel can generate

  • table script.
  • table comment and column comment.
  • constraint script.
  • primary key and foreign key.
  • off-line data dictionary which looks like.

This first version only for oracle.

Borrow the idea from here .

If you like the dbdeploy, it is easy to create the script from CreateTableScriptFromExcel.

Sample pic