Skip to content

Commit

Permalink
Format code
Browse files Browse the repository at this point in the history
  • Loading branch information
cyhii committed Dec 29, 2018
1 parent 6b1eb0d commit e700ec1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ public function testColumnCharsetChange()
$diffTable->getColumn('col_string')->setPlatformOption('charset', 'ascii');

$fromSchema = new Schema([$table]);
$toSchema = new Schema([$diffTable]);
$toSchema = new Schema([$diffTable]);

$diff = $fromSchema->getMigrateToSql($toSchema, $this->connection->getDatabasePlatform());
self::assertContains('ALTER TABLE test_column_charset_change CHANGE col_string col_string VARCHAR(100) CHARACTER SET ascii NOT NULL', $diff);
Expand Down

0 comments on commit e700ec1

Please sign in to comment.