Skip to content

Commit 5ff8a6d

Browse files
Masatoshi OgiwaraMasatoshi Ogiwara
authored andcommitted
correction: ajouter de supports de brackets
1 parent fc81342 commit 5ff8a6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fr/orm/database-basics.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -609,7 +609,7 @@ spécifique::
609609
$data = $schema->getColumn($column);
610610
$sql = $driver->quoteIdentifier($column);
611611
$sql .= ' JSON';
612-
if (isset($data['null') && $data['null'] === false) {
612+
if (isset($data['null']) && $data['null'] === false) {
613613
$sql .= ' NOT NULL';
614614
}
615615

0 commit comments

Comments
 (0)