Module auto_increment

Module auto_increment 

Source
Expand description

Auto-increment column helpers for databases without sequence support.

Functionsยง

column_definition
Generate SQL for creating an auto-increment column.
get_current_value
Generate SQL to get the current auto-increment value for a table.
set_start_value
Generate SQL for setting the auto-increment start value for a table.