2007-09-13 19:06:04 +00:00
|
|
|
---
|
2007-10-05 19:34:05 +00:00
|
|
|
User:
|
|
|
|
tableName: user
|
|
|
|
className: User
|
2007-10-03 16:38:20 +00:00
|
|
|
columns:
|
|
|
|
id:
|
2007-10-05 19:34:05 +00:00
|
|
|
notnull: true
|
2007-10-03 16:38:20 +00:00
|
|
|
primary: true
|
2007-09-21 02:48:13 +00:00
|
|
|
autoincrement: true
|
|
|
|
type: integer
|
2007-10-05 19:34:05 +00:00
|
|
|
length: 4
|
2007-09-21 02:48:13 +00:00
|
|
|
name: id
|
2007-10-05 19:34:05 +00:00
|
|
|
username:
|
2007-10-03 16:38:20 +00:00
|
|
|
type: string
|
2007-10-05 19:34:05 +00:00
|
|
|
length: 255
|
2007-09-21 02:48:13 +00:00
|
|
|
Group:
|
2007-10-05 19:34:05 +00:00
|
|
|
tableName: group
|
2007-09-21 02:48:13 +00:00
|
|
|
className: Group
|
|
|
|
columns:
|
|
|
|
id:
|
2007-10-05 19:34:05 +00:00
|
|
|
notnull: true
|
2007-09-21 02:48:13 +00:00
|
|
|
primary: true
|
|
|
|
autoincrement: true
|
|
|
|
type: integer
|
2007-10-05 19:34:05 +00:00
|
|
|
length: 4
|
2007-09-21 02:48:13 +00:00
|
|
|
name: id
|
|
|
|
name:
|
|
|
|
type: string
|
2007-10-05 19:34:05 +00:00
|
|
|
length: 255
|