pub trait SQLiteColumnInfo: SQLColumnInfo + Any { // Required method fn is_autoincrement(&self) -> bool; }