Use int64 for the models primary and foreign keys
In !160 (merged) we changed the database primary and foreign keys from int
to bigint
. For correctness we should change the models primary and foreign key attributes from int
to int64
as well.
Related to &2313 (closed).
Edited by João Pereira