alterTable abstract method

String alterTable(
  1. AlterTable operation
)

Expresses every change operation carries, column changes, checks, and this table's index changes.

Implementation

String alterTable(AlterTable operation);