Note:

This site is no longer used and is in read-only mode. Instead please go to our new Moodle Developer Resource site.

Groups API: Difference between revisions

From MoodleDocs
Line 11: Line 11:
|-
|-
|id
|id
|bigint(10)
|int(10)
|auto_increment
|auto increment identifier
|-
|-
|groupid
|int(10)
|-
|userid
|int(10)
|-
|timeadded
|int(10)
|}
|}

Revision as of 05:49, 9 January 2012

Database Structure

There are four core tables for Groups.

groups_members

Field Type Info
id int(10) auto increment identifier
groupid int(10)
userid int(10)
timeadded int(10)