Swap database column names

Is it safe to swap 2 column names with each other (the schema is still the same?)? For example swaping first_name and last_name

This topic has been created from a Discord post (1240520990551703552) to give it more visibility.
It will be on Read-Only mode here.
Join the conversation on Discord

Yes shoud not have any troubles in this case, howver just renamig fields in schema.json not going to give you result

you can do that from dbBeaver or another sql thing

Ye I did it using sql, thanks