[SOLVED] Foreign key different than 'id'
Hello QxOrm Community,
I wonder is there way to change default foreign key name from 'id' to another one.
For example,
I wonder is there way to change default foreign key name from 'id' to another one.
For example,
- Code: Select all
t.relationManyToOne(& class_name::pointer_name, "foreign_key_name");