This repository has been archived by the owner on Feb 3, 2025. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove schema/table name from the update columns key
Using the schema name for a column generates an error within Cockroach: SQLSTATE[0A000]: Feature not supported: 7 ERROR: at or near \"table\": syntax error: unimplemented HINT: You have attempted to use a feature that is not yet implemented. See: https://go.crdb.dev/issue-v/27792/v21.1 The update column name is automatically generated by eloquent for columns such as timestamps as '"schema"."table"."updated_at", which is invalid for Postgres and Cockroach. Similar to issues seen in laravel/framework#13707
- Loading branch information