Ser6-IO

Results 1 comments of Ser6-IO

I solved it by extending the migration controller and overriding the createMigrationHistoryTable action: ` public function createMigrationHistoryTable() { $tableName = $this->db->schema->getRawTableName($this->migrationTable); $this->stdout("Creating migration history table \"$tableName\"...", Console::FG_YELLOW); $this->db->createCommand()->createTable($this->migrationTable, [ 'version'...