Hi!

I'm currently looking at how to migrate all my models from AutoField to 
BigAutoField. For all the explicitly defined models the process seems 
pretty straightforward:

   - change DEFAULT_AUTO_FIELD to BigAutoField
   - generate migrations
   - apply migrations

However, when I inspect the database schema, I see that the "intermediate" 
tables for many-to-many relations still have a primary key of type 
"integer" (on postgresql). This means I'm no closer to avoiding 32bit 
primary key exhaustion!

Does anyone know how I can address this?

Many thanks in advance,
Jeremy

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/de4fefa5-6dcf-4419-91f8-a6451cac781en%40googlegroups.com.

Reply via email to