diff --git a/docs/en/command/ddl.md b/docs/en/command/ddl.md index c6bb8cc5c..f83cccdf2 100644 --- a/docs/en/command/ddl.md +++ b/docs/en/command/ddl.md @@ -296,6 +296,7 @@ $db->createCommand()->createTable( 'created_at' => 'datetime NOT NULL', ], )->execute(); +``` This results in the following SQL execution in `MSSQL`.