Is there any way i could get the queries generated...
# help
b
Is there any way i could get the queries generated by the supabase studio when i change columns/tables info? It would be nice, so i could copy it to my migration scripts
n
Hello @Bicijay! This thread has been automatically created from your message in #843999948717555735 a few seconds ago. We have already mentioned the @User so that they can see your message and help you as soon as possible! Want to unsubscribe from this thread? Right-click the thread in Discord (or use the ``...`` menu) and select "Leave Thread" to unsubscribe from future updates. Want to change the title? Use the ``/title`` command! We have solved your problem? Click the button below to archive it.
m
For example, this is me updating an email address:
However, using vanilla SQL might be easier in most cases.
b
Oh nice, yeah its for cases where i change a column type/default/foreign key/constraints...
doing it by hand and remembering every query is a pain in the ass, i think its faster if i do it through the studio and copy the queries