Skip to content

Commit 8c432da

Browse files
author
Marc Delisle
authored
In SQL we should use 'column' and not 'field'
1 parent 8ee1a8c commit 8c432da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Components/CreateDefinition.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ public static function parse(Parser $parser, TokensList $list, array $options =
226226
$parser->error(
227227
__('A symbol name was expected! '
228228
. 'A reserved keyword can not be used '
229-
. 'as a field name without backquotes.'
229+
. 'as a column name without backquotes.'
230230
),
231231
$token
232232
);

0 commit comments

Comments
 (0)