You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a user,
I am altering the table to add a belongs to some other table which is not nullable.
but when i do this.
add_belongs_to product : Product, on_delete: :cascade, default: "1"
compiler complaints that there is no such default
I would like to pass fill_existing_with parameter. what should i do?
The text was updated successfully, but these errors were encountered:
On Dec 6, 2018, at 8:22 AM, sclee15 ***@***.***> wrote:
As a user,
I am altering the table to add a belongs to some other table which is not nullable.
but when i do this.
add_belongs_to product : Product, on_delete: :cascade, default: "1"
compiler complaints that there is no such default
I would like to pass fill_existing_with parameter. what should i do?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
As a user,
I am altering the table to add a belongs to some other table which is not nullable.
but when i do this.
add_belongs_to product : Product, on_delete: :cascade, default: "1"
compiler complaints that there is no such default
I would like to pass fill_existing_with parameter. what should i do?
The text was updated successfully, but these errors were encountered: