Skip to content

Commit

Permalink
Update doc [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Tigrov committed Dec 13, 2024
1 parent 9ffd67f commit 252c041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MigrationBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ public function delete(string $table, array|string $condition = '', array $param
*
* The {@see QueryBuilderInterface::buildColumnDefinition()} method will be invoked to convert column definitions
* into SQL representation. For example, it will convert `string not null` to `varchar(255) not null`
* and `pk` to `PRIMARY KEY AUTO_INCREMENT` (for MySQL).
* and `pk` to `int PRIMARY KEY AUTO_INCREMENT` (for MySQL).
*
* The preferred method is to use {@see ColumnBuilder} to generate column definitions as instances of
* {@see ColumnSchemaInterface}.
Expand Down

0 comments on commit 252c041

Please sign in to comment.