$fields
$fields : \Omega\Database\Migration\Field\AbstractField[]
Fields array.
Sqlite migration class.
The SqliteMigration
class handles SQLite database migrations, creating
or altering tables.
$fields : \Omega\Database\Migration\Field\AbstractField[]
Fields array.
$connection : \Omega\Database\Adapter\DatabaseAdapterInterface
__construct(\Omega\Database\Adapter\DatabaseAdapterInterface $connection, string $table, string $type) : void
MysqlMigration class constructor.
\Omega\Database\Adapter\DatabaseAdapterInterface | $connection | Holds an instance of Mysql. |
string | $table | Holds the table name. |
string | $type | Holds the query type. |