You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django...@googlegroups.com
Hi Guys,
I need to create a couple of tables with 64-bit int data type primary keys. I've been googling around and I haven't seen anything really recent in regards to this. Does Django 1.7 support auto incrementing 64-bit int primary keys? If not out of the box, does anyone have a reliable solution for this?
Thanks!
Nick Haggmark
Stefano Probst
unread,
Aug 1, 2014, 9:18:59 AM8/1/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django...@googlegroups.com
Hi guys,
I was aware that you could set the BigInt model type to PK, but there doesn't appear to be a good way to make it auto-increment. Also, will FK columns introspect it to a long correctly?