ERD to SQL (column data types question)
How do I specify the column data types in the ERD so that when I export to SQL it fills in the datatype for my SQL code (instead of putting in a placeholder for me to add it manually)? As I make model changes I will need to export the code repeatedly and don't want to have to continually come back and edit the placeholders all over again. Thanks.