When I write a CREATE VIEW in sqlite, do I need to...
# squarelibraries
d
When I write a CREATE VIEW in sqlite, do I need to write a migration for it whenever it changes? If I understand correctly views are part of the schema, so I suppose the answer is yes?