hello. in sqldelight, is there any standard way of...
# squarelibraries
m
hello. in sqldelight, is there any standard way of performing migrations, outside sqm files? For instance, imagine i want to rename a column (rename table, create new one, copy data), but i need to access a const for the table name. How would i accomplish this ?