PHP Class Migrations\AbstractMigration

Inheritance: extends Phinx\Migration\AbstractMigration
Afficher le fichier Open project: cakephp/migrations Class Usage Examples

Méthodes publiques

Свойство 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

Méthodes publiques

Méthode Description
table ( $tableName, $options = [] ) : Migrations\Table

Method Details

table() public méthode

public table ( $tableName, $options = [] ) : Migrations\Table
Résultat Migrations\Table

Property Details

$autoId public_oe property

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
Résultat boolean