groupmembers


Description

Defines which entities are contained within a group. These can be the primary key from any table.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id INT 10 null

Primary id for this table. This uniquely identifies the row.

foreign_id INT 10 null

Foreign key to table.

group_id INT 10 null
groups.id groupmembers_ibfk_1C

Foreign key to groups (groups.id).

created_on DATETIME 26 CURRENT_TIMESTAMP

When the record was created.

updated_on TIMESTAMP 26 CURRENT_TIMESTAMP

When the record was updated. This may be different from the created on date if subsequent changes have been made to the underlying record.

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
group_id Performance Asc group_id
groupmembers_foreign Performance Asc foreign_id

Relationships