neurony / laravel-duplicate

Duplicate any Eloquent model along with its underlying relationships
MIT License
122 stars 27 forks source link

Problem with not-null contrains in postgres #2

Closed navarrortiz closed 5 years ago

navarrortiz commented 5 years ago

I get an error when I try to duplicate my model with columns with not-null contrains in postgres:

SQLSTATE[23502]: Not null violation: 7 ERROR: null value in column "column_name" violates not-null constraint (SQL: insert into "table_name" DEFAULT VALUES returning id)

navarrortiz commented 5 years ago

Sorry, my error Works like a charm