I’m trying to inspect my mysql database information_schema to find out the attributes of the columns. I can’t find where the details as to which columns are auto_increment. Does anyone know where I can find this info in the information_schema DB?
I’m trying to inspect my mysql database information_schema to find out the attributes of
Share
see the EXTRA column in the COLUMNS table: