Hi Rajesh,

I do see that:
sqlite> .schema sermons_scripture
CREATE TABLE "sermons_scripture" (
    "id" integer NOT NULL PRIMARY KEY,
    "book" varchar(2) NOT NULL,
    "chapter" integer NOT NULL,
    "from_verse" integer NOT NULL,
    "to_verse" integer NULL,
    "passage" varchar(50) NOT NULL,
    UNIQUE ("book", "chapter", "from_verse", "to_verse")
);


Thanks!

Seemant


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to