dbTable: SEGMENT_TYPES - GMaynard1/emolt_serverside GitHub Wiki

PURPOSE

This table stores the types of segments that tows can be broken into.

TABLE DEFINITIONS

Field Type Collation Null Key Default Extra Privileges Comment
SEGMENT_TYPE int NULL NO PRI NULL auto_increment select,insert,update,references UID for this table
SEGMENT_DESCRIPTION varchar(255) utf8mb4_0900_ai_ci NO NULL select,insert,update,references Description of the type of tow segment this value represents

MYSQL CODE