Default value for Array creates an incorrect SQL migration
I'm currently adding a new field
The problem is that when I generate the SQL schema it returns this:
which is wrong since it thinks it's referencing to a
roles to my PG table, users, such as:The problem is that when I generate the SQL schema it returns this:
which is wrong since it thinks it's referencing to a
user table but not just a default string value called user