Changes between Version 7 and Version 8 of TutorialDivingIn
- Timestamp:
- 10/23/07 20:41:38 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TutorialDivingIn
v7 v8 131 131 132 132 ^3^ ''Make sure, you're running your interpreter from the directory where you saved the `model.py` file.'' [[BR]] 133 ^4^ ''If you don't specify any primary keys by passing `primary_key=True` as a keyword-argument to the `Field()`-construct, Elixir will automatically create a so-called "surrogate" primary key for you. It will be an auto-incrementing Integer primary key named `id`.'' 133 ^4^ ''If you don't specify any primary keys by passing `primary_key=True` as a keyword-argument to the `Field()`-construct, Elixir will automatically create a so-called "surrogate" primary key for you. It will be an auto-incrementing Integer primary key named `id`.'' [[BR]] 134 134 ^5^ ''If you're using any other DBMS than SQLite, just drop the created table (most probably something like "`DROP TABLE model_movie;`").'' 135 135
