Columns
Column | Type | Size | Nulls | Auto | Children | Parents | Comments | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
method_group_id | int4 | 10 | √ |
|
|
Primary key (automatically incremented). |
|||||||
date_updated | timestamptz | 35,6 | √ |
|
|
||||||||
description | text | 2147483647 |
|
|
A detailed description of the method group, providing insight into the shared characteristics or purpose of the methods within the group. |
||||||||
group_name | varchar(100) | 100 |
|
|
The name or title of the method group, serving as a concise identifier for the category of methods. |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
tbl_method_groups_pkey | Primary key | Asc | method_group_id |
tbl_method_groups_group_name_key | Must be unique | Asc | group_name |
tbl_method_groups_group_name_unique | Must be unique | Asc | group_name |