Alter table
The altertable method allows you to modify the structure of an existing table. You can add, modify, drop, and rename columns, change the primary key, and manage foreign keys and indexes.
Last updated on
The altertable method allows you to modify the structure of an existing table. You can add, modify, drop, and rename columns, change the primary key, and manage foreign keys and indexes.