For example,
there is a table articles,it has these fields:
id
title
content
slug
id field is auto-increment, the value starts from 1.
Question:
I want to set slug field to be auto-increment, and the value starts from 10000,how to do it?