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