up() {
$this->createTable(‘User’, []);
}
public function down() {echo "m???_createUser cannot be reverted.\n";
return false;
}
class m170506_185632_createUser extends Migration {
public function up() {
$this->createTable(‘User’, []);
}
public function down() {
$this->dropTable(‘User’);
}