drawdb-io / drawdb

Free, simple, and intuitive online database design tool and SQL generator.
https://drawdb.vercel.app
MIT License
12.09k stars 855 forks source link

[Proposal] Add an option whether to create foreign keys. #59

Open photowey opened 2 months ago

photowey commented 2 months ago

For the relationship between objects, can we design an option to decide whether to create foreign keys when generating database statements. Sometimes, we need to clarify the relationship between objects when designing, but at the database level, we do not want to create foreign keys.

1ilit commented 2 months ago

Yes, this can be added

photowey commented 2 months ago

Nice...