Open
Description
Summary of problem or feature request
I have a table that has 2 fields which are primary keys from different tables. It's primary key is unique compound partent tables fields. PK_TABLE3 - UNIQUE - COLUMNS: TABLE1_ID, TABLE2_ID
When I do the ->save() it comes back with an error:
Error Code : 904 Error Message : ORA-00904: "ID": invalid identifier Position : 91 Statemen
Code snippet of problem
$table3 = new Table3();
$table3->table1_id = $table1->id;
$table3->table2_id = $table2->id;
$table3->save();
System details
- Ubuntu 20.04
- PHP 8.2.11
- PDO-VIA-OCI8 Version 9.5.1
Metadata
Metadata
Assignees
Labels
No labels