Currently passing a too large `AUTO_INCREMENT` value will cause a panic. ``` panicked at src/parser/mod.rs:5284:62: literal int: ParseIntError { kind: PosOverflow } ``` Discovered by running the fuzz target.