You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi gorma team, this may be a newbie question, I've began to use goa and gorma for the past few days, and I'm absolutely loving it, but it seems that I can't specify from which sql schema my models belong. This can be caused by a overlook done by me while studying the project, but I would be really upset if it's not possible. If its not implemented, you could make a func Schema(name string, dsl func()), which could contain at least one model, in order to do this. Also, models that aren't inside one Schema, should go into the public schema.
The text was updated successfully, but these errors were encountered:
Hi gorma team, this may be a newbie question, I've began to use goa and gorma for the past few days, and I'm absolutely loving it, but it seems that I can't specify from which sql schema my models belong. This can be caused by a overlook done by me while studying the project, but I would be really upset if it's not possible. If its not implemented, you could make a func Schema(name string, dsl func()), which could contain at least one model, in order to do this. Also, models that aren't inside one Schema, should go into the public schema.
The text was updated successfully, but these errors were encountered: