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 4a5287e commit d5de413Copy full SHA for d5de413
1 file changed
src/Components/CreateDefinition.php
@@ -43,7 +43,7 @@ class CreateDefinition extends Component
43
44
'NOT NULL' => 1,
45
'NULL' => 1,
46
- 'DEFAULT' => array(2, 'var'),
+ 'DEFAULT' => array(2, 'expr'),
47
'AUTO_INCREMENT' => 3,
48
'PRIMARY' => 4,
49
'PRIMARY KEY' => 4,
0 commit comments