PHP Класс Migrations\AbstractMigration

Наследование: extends Phinx\Migration\AbstractMigration
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
$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

Описание методов

table() публичный Метод

public table ( $tableName, $options = [] ) : Migrations\Table
Результат Migrations\Table

Описание свойств

$autoId публичное свойство

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
public bool $autoId
Результат boolean