~dongpo-deng/sahana-eden/test

« back to all changes in this revision

Viewing changes to databases/fb87181b96a99be45f5a23f4277867ce_org_staff.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'organisation_id'
 
3
p2
 
4
S'INTEGER REFERENCES org_organisation(id) ON DELETE RESTRICT'
 
5
p3
 
6
sS'office_id'
 
7
p4
 
8
S'INTEGER REFERENCES org_office(id) ON DELETE RESTRICT'
 
9
p5
 
10
sS'deleted'
 
11
p6
 
12
S'CHAR(1)'
 
13
p7
 
14
sS'title'
 
15
p8
 
16
S'CHAR(512)'
 
17
p9
 
18
sS'comments'
 
19
p10
 
20
S'TEXT'
 
21
p11
 
22
sS'focal_point'
 
23
p12
 
24
S'CHAR(1)'
 
25
p13
 
26
sS'person_id'
 
27
p14
 
28
S'INTEGER REFERENCES pr_person(id) ON DELETE RESTRICT'
 
29
p15
 
30
sS'created_on'
 
31
p16
 
32
S'TIMESTAMP'
 
33
p17
 
34
sS'manager_id'
 
35
p18
 
36
S'INTEGER REFERENCES pr_person(id) ON DELETE CASCADE'
 
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
s.
 
 
b'\\ No newline at end of file'