DOPΣ - howtf do i create migration for or add n...
howtf do i create migration for or add new prop to table in api, idk whats wrong not working, ,can somebody or tell me,
2 Replies
oh sorry for the delay, yea try to create migrations in a separate PR before adjusting implementation (if you don't, you can break prod)
bun run db:create-migration add-manage-org-col
this will create a migration file, you can run bun run start
to test your migration
sorry hopefully this helps, codex can do these PRs pretty easily as well