~dongpo-deng/sahana-eden/test

« back to all changes in this revision

Viewing changes to databases/fb87181b96a99be45f5a23f4277867ce_budget_kit_item.table

  • Committer: Deng Dongpo
  • Date: 2010-08-01 09:29:44 UTC
  • Revision ID: dongpo@dhcp-21193.iis.sinica.edu.tw-20100801092944-8t9obt4xtl7otesb
initial

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
(dp1
 
2
S'uuid'
 
3
p2
 
4
S'VARCHAR(128) NOT NULL UNIQUE'
 
5
p3
 
6
sS'mci'
 
7
p4
 
8
S'INTEGER'
 
9
p5
 
10
sS'deleted'
 
11
p6
 
12
S'CHAR(1)'
 
13
p7
 
14
sS'kit_id'
 
15
p8
 
16
S'INTEGER REFERENCES budget_kit(id) ON DELETE CASCADE'
 
17
p9
 
18
sS'item_id'
 
19
p10
 
20
S'INTEGER REFERENCES budget_item(id) ON DELETE RESTRICT'
 
21
p11
 
22
sS'created_on'
 
23
p12
 
24
S'TIMESTAMP'
 
25
p13
 
26
sS'modified_on'
 
27
p14
 
28
S'TIMESTAMP'
 
29
p15
 
30
sS'id'
 
31
p16
 
32
S'INTEGER PRIMARY KEY AUTOINCREMENT'
 
33
p17
 
34
sS'quantity'
 
35
p18
 
36
S'INTEGER NOT NULL'
 
37
p19
 
38
s.
 
 
b'\\ No newline at end of file'