From a35d4f08a3f9f086eae94dccbfda2ff0c8eb5ae3 Mon Sep 17 00:00:00 2001 From: FrancescoBorzi Date: Mon, 25 Feb 2019 19:24:20 +0100 Subject: Import DB wiki from TC 335 --- docs/group_instance.md | 78 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 78 insertions(+) create mode 100644 docs/group_instance.md (limited to 'docs/group_instance.md') diff --git a/docs/group_instance.md b/docs/group_instance.md new file mode 100644 index 0000000..f490bcc --- /dev/null +++ b/docs/group_instance.md @@ -0,0 +1,78 @@ +# group\_instance + +`Back-to:Characters` + +**The \`group\_instance\` table** + +`table-no-description` + +**Structure** + + ++++++++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Field

Type

Attributes

Key

Null

Default

Extra

Comment

guid

int(10)

unsigned

PRI

NO

0

 

 

instance

int(10)

unsigned

PRI

NO

0

 

 

permanent

tinyint(3)

unsigned

 

NO

0

 

 

+ +**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. -- cgit