default_auto_increment_mode specifies the default auto-increment mode of auto-increment columns.
| Attribute | Description |
|---|---|
| Type | String |
| Default value | order |
| Value range | order: Both the column values and the increment value of the auto-increment column increase.noorder: The increment value of the auto-increment column remains unchanged. |
| Effective upon OBServer node restart | No |