Skip to content

Use int64 for the models primary and foreign keys

João Pereira requested to merge db-int-vs-int64-columns into database

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

Merge request reports