diff options
Diffstat (limited to 'src/Utils/Formatter.php')
-rw-r--r-- | src/Utils/Formatter.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Utils/Formatter.php b/src/Utils/Formatter.php index 9de9d99..0a8e054 100644 --- a/src/Utils/Formatter.php +++ b/src/Utils/Formatter.php @@ -47,6 +47,7 @@ class Formatter * @var array */ public static $SHORT_CLAUSES = array( + 'CREATE' => true, 'INSERT' => true, ); |