Alter table
The altertable
method allows you to modify the structure of an existing table. You can add, modify, drop, and rename columns, as well as change the primary key.
The altertable
method allows you to modify the structure of an existing table. You can add, modify, drop, and rename columns, as well as change the primary key.