I set disable_perishable_token_maintenance(true) in my User model. If I want to create a user, I have to set perishable_token column default value to '' in my users database table.
My question is: Is it safe to have empty perishable_token columns? What would you do to make things more secure?