I did scaffold without adding default value.
Is there any possible way to add only default value to existing column?
If so, how can I write in migration file?
The value that I want to add default value, is 'country_id' column in profiles table.
thanks!!!