2007-10-18 04:04:28 +00:00
|
|
|
---
|
|
|
|
Group:
|
2007-10-19 22:11:45 +00:00
|
|
|
tableName: groups
|
2007-10-18 04:04:28 +00:00
|
|
|
columns:
|
|
|
|
id:
|
|
|
|
notnull: true
|
|
|
|
primary: true
|
|
|
|
autoincrement: true
|
|
|
|
type: integer
|
2007-10-19 22:11:45 +00:00
|
|
|
length: 11
|
2007-10-18 04:04:28 +00:00
|
|
|
name: id
|
|
|
|
name:
|
|
|
|
type: string
|
|
|
|
length: 255
|
|
|
|
relations:
|
|
|
|
Users:
|
|
|
|
class: User
|
2007-10-19 22:11:45 +00:00
|
|
|
refClass: UserGroup
|