I need to create or, if it is exists, change default value for an existing column at table users.
I found how can i create/set default value for that column at this link: How to set a default value for an existing column
But I need a conditional statement. I mean, if a default value exists, it should be changed, if not, it should be created.
Which query do I need to execute for this problem?