Property | Type | Description | |
---|---|---|---|
$autoId | boolean | This option is global for all tables created in the migration file. If you set it to false, you have to manually add the primary keys for your tables using the Migrations\Table::addPrimaryKey() method |
Method | Description | |
---|---|---|
table ( $tableName, $options = [] ) : Migrations\Table |
public table ( $tableName, $options = [] ) : Migrations\Table | ||
return | Migrations\Table |
public bool $autoId | ||
return | boolean |