I have just created a new project using the --binary_id switch. My project is going to have at most three tables. The binary_id (UUID based) primary field would suit perfectly the main table. However, normal auto-increment integer based primary ids suit the other two tables better.
Is it possible to have both normal ids and binary_ids and primary keys for different tables in same project? Note: I am using PostgreSQL. Thank you.






















