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
what if I want to rename the table column? The current "update database" approach (save to fixture, delete db, recreate db, import fixture) seems not working.
....
then the best way is to manually update the fixtures.sql. The whole workflow: Make some changes to the Schema. Then use Save DB to Fixtures (when click the toggle button at the right of Update DB). Then open Application/Fixtures.sql in your editor and make changes as required to match everything with the schema again. After that use Push to DB to load the new schema with the updated fixtures :)
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: