field-services icon indicating copy to clipboard operation
field-services copied to clipboard

How do you handle migrations / SQL schema?

Open fr3fou opened this issue 5 years ago • 0 comments

This project is exactly what I've been looking for in terms of architecture, however I'm trying to find a way to generate my SQL schema through the use of structs or something similar to that.

Right now what I have is a single variable that contains all of my CREATE TABLE statements and it's somewhat ugly. I was wondering what do you use, as I can't seem to find anything similar to that.

fr3fou avatar Dec 28 '19 13:12 fr3fou