~noirbizarre/gcheckit/trunk

« back to all changes in this revision

Viewing changes to tests/schemas/pets/change_1.sql

  • Committer: Axel Haustant
  • Date: 2009-08-20 23:45:01 UTC
  • mfrom: (109.1.17 gcheckit-orm)
  • Revision ID: noirbizarre@gmail.com-20090820234501-lm8agi1x5sdik2iw
MergedĀ ormĀ branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
create table pets (
 
2
        id integer PRIMARY KEY,
 
3
        name TEXT,
 
4
        age INTEGER,
 
5
        birthdate TIMESTAMP,
 
6
        maried INTEGER,
 
7
        master_id INTEGER
 
8
)