~dongpo-deng/sahana-eden/test

« back to all changes in this revision

Viewing changes to databases/fb87181b96a99be45f5a23f4277867ce_org_task.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'status'
 
3
p2
 
4
S'INTEGER'
 
5
p3
 
6
sS'uuid'
 
7
p4
 
8
S'VARCHAR(128) NOT NULL UNIQUE'
 
9
p5
 
10
sS'mci'
 
11
p6
 
12
S'INTEGER'
 
13
p7
 
14
sS'deleted'
 
15
p8
 
16
S'CHAR(1)'
 
17
p9
 
18
sS'description'
 
19
p10
 
20
S'TEXT'
 
21
p11
 
22
sS'priority'
 
23
p12
 
24
S'INTEGER'
 
25
p13
 
26
sS'office_id'
 
27
p14
 
28
S'INTEGER REFERENCES org_office(id) ON DELETE RESTRICT'
 
29
p15
 
30
sS'created_on'
 
31
p16
 
32
S'TIMESTAMP'
 
33
p17
 
34
sS'person_id'
 
35
p18
 
36
S'INTEGER REFERENCES pr_person(id) ON DELETE RESTRICT'
 
37
p19
 
38
sS'modified_on'
 
39
p20
 
40
S'TIMESTAMP'
 
41
p21
 
42
sS'project_id'
 
43
p22
 
44
S'INTEGER REFERENCES org_project(id) ON DELETE RESTRICT'
 
45
p23
 
46
sS'id'
 
47
p24
 
48
S'INTEGER PRIMARY KEY AUTOINCREMENT'
 
49
p25
 
50
sS'subject'
 
51
p26
 
52
S'CHAR(80)'
 
53
p27
 
54
s.
 
 
b'\\ No newline at end of file'