Changes between Version 23 and Version 24 of ModelInheritance
- Timestamp:
- Feb 27, 2006, 6:05:39 PM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ModelInheritance
v23 v24 51 51 CREATE TABLE "myapp_restaurant" ( 52 52 /* PRIMARY KEY REFERENCES "myapp_places" ("id") works for postgres, what about others? */ 53 54 55 56 53 "id" integer NOT NULL PRIMARY KEY REFERENCES "myapp_places" ("id"), 57 54 "description" text NOT NULL