Skip to content

Commit

Permalink
Fix error typo DOCS. (#589)
Browse files Browse the repository at this point in the history
  • Loading branch information
terabytesoftw authored Mar 8, 2023
1 parent bfa58ea commit 422fa5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/en/command/ddl.md
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,7 @@ $db->createCommand()->createTable(
'created_at' => 'datetime NOT NULL',
],
)->execute();
```

This results in the following SQL execution in `MSSQL`.

Expand Down

0 comments on commit 422fa5c

Please sign in to comment.