~dongpo-deng/sahana-eden/test

« back to all changes in this revision

Viewing changes to databases/fb87181b96a99be45f5a23f4277867ce_delphi_user_to_group.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'user_id'
 
7
p4
 
8
S'INTEGER REFERENCES auth_user(id) ON DELETE CASCADE'
 
9
p5
 
10
sS'description'
 
11
p6
 
12
S'CHAR(512)'
 
13
p7
 
14
sS'req'
 
15
p8
 
16
S'CHAR(1)'
 
17
p9
 
18
sS'group_id'
 
19
p10
 
20
S'INTEGER REFERENCES delphi_group(id) ON DELETE CASCADE'
 
21
p11
 
22
sS'id'
 
23
p12
 
24
S'INTEGER PRIMARY KEY AUTOINCREMENT'
 
25
p13
 
26
s.
 
 
b'\\ No newline at end of file'