Foreign key in sqlite3

24 views
Skip to first unread message

Bhanu Kathuria

unread,
Sep 30, 2015, 9:19:09 AM9/30/15
to Django users
    I am using sqlite3 database.
How can I add foreign key between two tables.

Gergely Polonkai

unread,
Sep 30, 2015, 12:13:37 PM9/30/15
to Django users

Assuming you are using Django and it's ORM, the same way as in any other database:

fieldname = models.ForeignKey(AnotherModel)

On 30 Sep 2015 15:18, "Bhanu Kathuria" <001kathu...@gmail.com> wrote:
    I am using sqlite3 database.
How can I add foreign key between two tables.

--
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...@googlegroups.com.
To post to this group, send email to django...@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/56c957c9-6b03-4c19-9566-9a63cdbf8319%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Ricardo Daniel Quiroga

unread,
Oct 2, 2015, 1:09:28 PM10/2/15
to django...@googlegroups.com
add foreign key in model, not in database, but it can cause conflicts with django.
anyway if you even want to do it reviews the documentation SQLite


For more options, visit https://groups.google.com/d/optout.



--

Ricardo Daniel Quiroga

Reply all
Reply to author
Forward
0 new messages