Hello,
I've noticed that enums aren't separated by newlines when there are multiple enums in a schema.sql file.
Should we perhaps adjust the generate_sql_schema source code so that it'd split enums with newlines?
I suppose that it depends on the fact if the priority for the SQL schema output is that it's human readable or minimised (preserve space, "machine first").
Thank you 🙂
Hello,
I've noticed that enums aren't separated by newlines when there are multiple enums in a
schema.sqlfile.Should we perhaps adjust the
generate_sql_schemasource code so that it'd split enums with newlines?I suppose that it depends on the fact if the priority for the SQL schema output is that it's human readable or minimised (preserve space, "machine first").
Thank you 🙂