Last updated
Was this helpful?
Last updated
Was this helpful?
Modify the data type of a column:
Add a new column to the end:
Add a new column to the beginning:
Add a new column to a specific location:
Modify the ordering of columns:
Change the name and date type of a column:
Drop a column:
Set primary key (no duplication + no NULL):
Set unique key (no duplication):
Set auto-increment:
Reset auto-increment index (deletion won't set the counter to 1):
Set default value for a column:
Create index:
Show index (in a nice format):
Drop index: