Changes between Version 23 and Version 24 of ModelInheritance


Ignore:
Timestamp:
Feb 27, 2006, 6:05:39 PM (18 years ago)
Author:
Linicks
Comment:

minor formating change

Legend:

Unmodified
Added
Removed
Modified
  • ModelInheritance

    v23 v24  
    5151CREATE TABLE "myapp_restaurant" (
    5252    /* PRIMARY KEY REFERENCES "myapp_places" ("id") works for postgres, what about others? */
    53 
    54 
    55 
    5653    "id" integer NOT NULL PRIMARY KEY REFERENCES "myapp_places" ("id"),
    5754    "description" text NOT NULL
Back to Top