We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8383942 commit 66b528dCopy full SHA for 66b528d
src/Components/Condition.php
@@ -43,6 +43,7 @@ class Condition extends Component
43
'EXISTS' => 1,
44
'IF' => 1,
45
'IN' => 1,
46
+ 'INTERVAL' => 1,
47
'IS' => 1,
48
'LIKE' => 1,
49
'MATCH' => 1,
0 commit comments