Ok this is not really a php question but maybe somebody can help me.
i have a mysql table with the field id that’s an auto_increment column.
but now i want the auto_increment to start at ‘somenumber’ and not at 1
anybody know the correct syntax for this when creating the table?
only for this table so no global setting
:cons: