I connected to a Google Cloud SQL database from eclipse using Data Source explorer. But when I generate DDL of that database using its option Generate DDL
, I can't get the AUTO_INCREMENT
in my script but get the corresponding primary key.
How would i go about getting the AUTO_INCREMENT
in my script?