pub fn last_insert_id(db_type: DatabaseType) -> StringExpand description
Generate SQL for getting the last inserted ID (auto-increment value).
This works for databases that don’t have sequences but use auto-increment.
pub fn last_insert_id(db_type: DatabaseType) -> StringGenerate SQL for getting the last inserted ID (auto-increment value).
This works for databases that don’t have sequences but use auto-increment.