baolequoc
Results
2
issues of
baolequoc
## Summary * Add schema name for the junction table: ``` Ref schema.table1.column1 schema.table2.column2 → will create a junction table: "schema"."table1_table2" Ref schema1.table1.column1 schema2.table2.column2 → will create a junction table...
PR: Bug Fix :bug:
## Summary * Added SMALLSERIAL type when using increments in settings to export postgress sql ## Issue [(issue link here)](https://community.dbdiagram.io/t/wrong-postgres-smallserial-export/1450) ## Lasting Changes (Technical) * Updated `function getFieldLines` to add...
PR: Bug Fix :bug: