default_auto_increment_mode specifies the default auto-increment mode of auto-increment columns.
| Attribute | Description |
|---|---|
| Type | String |
| Default value | order |
| Value range | order: The values of the auto-increment column increase sequentially.noorder: The values of the auto-increment column are only guaranteed to be unique. |
| Effective upon OBServer node restart | No |