Свойство | Тип | Описание | |
---|---|---|---|
$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 |
Метод | Описание | |
---|---|---|
table ( $tableName, $options = [] ) : Migrations\Table |
public table ( $tableName, $options = [] ) : Migrations\Table | ||
Результат | Migrations\Table |
public bool $autoId | ||
Результат | boolean |