borkdominik / bigER

Entity Relationship Diagram modeling tool realized as a language server that is distributed as a VS Code extension.
https://marketplace.visualstudio.com/items?itemName=BIGModelingTools.erdiagram
MIT License
106 stars 13 forks source link

Generalization does not support in sql code generator #46

Open minaajafari opened 1 year ago

minaajafari commented 1 year ago

Description

Generalization : code generator does not support generalization for convert to sql .(references to fig 5.1)

Current Behavior

when user use generalization feature in ER model , sql code generator does not support this feature to add in sql coding.

Picture13

Fig.5.1.: screenshot of BigER : code generator does not support generalization

Expected Behavior

user expect after setting generalization between some entities , it shoul be implement in sql coding and add a separate table for main entity .

Steps to Reproduce

No response

Environment

No response

Additional Information

No response