blob: 4b8deb9806b513d8d465bdb9f8268d9a3fc51aec (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
# group\_instance
[<-Back-to:Characters](database-characters.md)
**The \`group\_instance\` table**
`table-no-description`
**Structure**
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
|----------------|------------|------------|-----|------|---------|-------|---------|
| [guid][1] | INT | UNSIGNED | PRI | NO | 0 | | |
| [instance][2] | INT | UNSIGNED | PRI | NO | 0 | | |
| [permanent][3] | TINYINT | UNSIGNED | | NO | 0 | | |
[1]: #guid
[2]: #instance
[3]: #permanent
**Description of the fields**
### guid
Guid of the group.
### instance
ID of the Instance session the group has enterd.
### permanent
Boolean flag if the group is bound to the Instance or not.
|