summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Components/CreateDefinition.php7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/Components/CreateDefinition.php b/src/Components/CreateDefinition.php
index ed79af7..0f44e09 100644
--- a/src/Components/CreateDefinition.php
+++ b/src/Components/CreateDefinition.php
@@ -79,7 +79,12 @@ class CreateDefinition extends Component
),
'VIRTUAL' => 10,
'PERSISTENT' => 11,
- 'STORED' => 11
+ 'STORED' => 11,
+ 'CHECK' => array(
+ 12,
+ 'expr',
+ array('parenthesesDelimited' => true),
+ )
// Common entries.
//
// NOTE: Some of the common options are not in the same order which