Changes between Initial Version and Version 1 of Ticket #33314
- Timestamp:
- Nov 23, 2021, 3:52:58 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33314 – Description
initial v1 44 44 45 45 The marked line fails with the following message: 46 47 {{{ 46 48 Error Code: 3780. Referencing column 'derivedmodel_id' and referenced column 'basemodel_ptr_id' in foreign key constraint 'sample_derivedmodel__derivedmodel_id_9f9fbb1f_fk_sample_de' are incompatible. 49 50 }}} 47 51 48 52 And this FK constraint is the one in the sample_derivedmodel_relation, I suspect because the relation table is not modified to use bigints for the foreign ids.