I am learning to use MYSQL-Workbench for inserting data into tables
My Problem::
- I have two columns one for
Sl_no
and one forName
Sl_no
is the primary key which has auto increment checked as shown in snapshot-1- If you look at Snapshot-2 auto_increment is not automatically incremented when i keep adding the values
- should i need to enable any option for this ?
- Because Using the IDE should automatically add values(Since
Sl_NO
has autoincrement enabled) but it is not doing so - I have to manually add it one after another
Snapshot-1
Snapshot-2
How can i resolve this ?
{EDIT}
- I am using Windows-7 OS
- As you can see i am clicking the marked area in the pic to apply changes, but nothing is happening.
- Should i need to enable any settings