mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-04-25 05:58:58 -05:00
grammar: Fix some warnings caused by the antlr file
This shouldn't change anything for the end user.
This commit is contained in:
@@ -358,7 +358,7 @@ columnconstraint
|
||||
| (NOT)? NULL_T (conflictclause)?
|
||||
| UNIQUE (conflictclause)?
|
||||
| CHECK LPAREN expr RPAREN
|
||||
| DEFAULT (signednumber | QUOTEDLITERAL | STRINGLITERAL | LPAREN expr RPAREN | literalvalue | ID)
|
||||
| DEFAULT (QUOTEDLITERAL | LPAREN expr RPAREN | literalvalue | ID)
|
||||
| COLLATE collationname
|
||||
| foreignkeyclause)
|
||||
{#columnconstraint = #([COLUMNCONSTRAINT, "COLUMNCONSTRAINT"], #columnconstraint);}
|
||||
|
||||
Reference in New Issue
Block a user