Skip to content

Commit

Permalink
In SQL we should use 'column' and not 'field'
Browse files Browse the repository at this point in the history
  • Loading branch information
lem9 committed Nov 8, 2016
1 parent 8ee1a8c commit 8c432da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/CreateDefinition.php
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ public static function parse(Parser $parser, TokensList $list, array $options =
$parser->error(
__('A symbol name was expected! '
. 'A reserved keyword can not be used '
. 'as a field name without backquotes.'
. 'as a column name without backquotes.'
),
$token
);
Expand Down

0 comments on commit 8c432da

Please sign in to comment.