abstract public dropPrimaryKey (mixed $tableName, mixed $schemaName) ...
abstract public createTable (mixed $tableName, mixed $schemaName, array $definition) ...
Source
abstract public getColumnDefinition (Phalcon\D
abstract public viewExists (mixed $viewName, [mixed $schemaName]) ...
abstract public dropColumn (mixed $tableName, mixed $schemaName, mixed $columnName) ...
abstract public addIndex (mixed $tableName, mixed $schemaName,
abstract public dropView (mixed $viewName, [mixed $schemaName], [mixed $ifExists]) ...
abstract public describeColumns (mixed $table, [mixed $schema]) ...
abstract public listTables ([mixed $schemaName]) ...
Page 2 of 4