public dropForeignKey (mixed $tableName, mixed $schemaName, mixed $referenceName) Generates SQL
public addIndex (mixed $tableName, mixed $schemaName,
public addForeignKey (mixed $tableName, mixed $schemaName,
public createView (mixed $viewName, array $definition, [mixed $schemaName]) Generates SQL to create
public describeReferences (mixed $table, [mixed $schema]) Generates SQL to query foreign keys on a table
public describeColumns (mixed $table, [mixed $schema]) Generates SQL describing a table
public addColumn (mixed $tableName, mixed $schemaName,
public listTables ([mixed $schemaName]) List all tables in database
public getColumnDefinition (Phalcon\Db\ColumnInterface
public addPrimaryKey (mixed $tableName, mixed $schemaName,
Page 1 of 3