dbTable: SEGMENTATION_METHODS - GMaynard1/emolt_serverside GitHub Wiki
PURPOSE
This table stores descriptions of data processing methods used to segment tows
TABLE DEFINITIONS
| Field | Type | Collation | Null | Key | Default | Extra | Privileges | Comment |
|---|---|---|---|---|---|---|---|---|
| SEGMENTATION_METHOD | int | NULL | NO | PRI | NULL | auto_increment | select,insert,update,references | UID for this table |
| METHOD_NAME | varchar(255) | utf8mb4_0900_ai_ci | NO | NULL | select,insert,update,references | A name for the method applied (can be a script name) | ||
| METHOD_DETAILS | varchar(255) | utf8mb4_0900_ai_ci | NO | NULL | select,insert,update,references | A link to the GitHub page of the script |