Index
Documentation for each generator:
DDL Generators¶
Generation has changed to now generate a single file for each table that contains that table only and then generate the sequences.sql, views.sql and foreign_keys.sql files separately.
In order to utilize single file generation for DDL generators, pass the flag SingleFileDDLGeneration to the run of the program. An example is as follows:
1 2 3 4 |
|
MSSqlDDL - DDL Generator for Microsoft SQL Server