@@ -32,7 +32,7 @@ discard block |
||
32 | 32 | |
33 | 33 | $n = explode('.', $this->name); |
34 | 34 | |
35 | - $sql .= $this->quote($n[count($n)-1]); |
|
35 | + $sql .= $this->quote($n[count($n) - 1]); |
|
36 | 36 | |
37 | 37 | $cols = []; |
38 | 38 | |
@@ -94,7 +94,7 @@ discard block |
||
94 | 94 | $field[] = $type_translation[$type]; |
95 | 95 | } |
96 | 96 | else if(in_array($type, ['CHAR', 'VARCHAR', 'DECIMAL', 'NUMERIC', '', '', ])){ |
97 | - $field[] = $type.'('. $length . ')'; |
|
97 | + $field[] = $type.'('.$length.')'; |
|
98 | 98 | } |
99 | 99 | else{ |
100 | 100 | $field[] = $type; |