rename() rename(string $table, string $left, array $def, string $right) カラムのリネーム Parameters string $table string $left array $def string $right
changeEngine() changeEngine(string $table, string $engine) テーブルのEngineを変更 Parameters string $table string $engine
add() add(string $table, string $left, array $def, string $after) カラムの追加 Parameters string $table string $left array $def string $after
change() change(string $table, string $left, array $def) カラムの変更 Parameters string $table string $left array $def
createTables() createTables( $tables, null $idx = null, $define = array()) テーブルを作成する Parameters $tables null $idx $define
alterTable() alterTable(string $method, string $tb, string $left, array|null $def = null, string $right = null) : void _alterTable カラム定義の変更を適用する Parameters string $method string $tb string $left array|null $def カラム定義 string $right