@@ -201,7 +201,7 @@ |
||
| 201 | 201 | { |
| 202 | 202 | $name = $option; |
| 203 | 203 | } |
| 204 | - $tableRow = ['column_name' => $name, |
|
| 204 | + $tableRow = ['column_name' => $name, |
|
| 205 | 205 | 'data' => $this->dataTableOptions[$option], |
| 206 | 206 | 'audit' => $this->auditTableOptions[$option], |
| 207 | 207 | 'config' => null]; |
@@ -91,7 +91,7 @@ |
||
| 91 | 91 | $tableColumns, |
| 92 | 92 | $skipVariable, |
| 93 | 93 | $additionSql); |
| 94 | - $sql = $helper->buildStatement(); |
|
| 94 | + $sql = $helper->buildStatement(); |
|
| 95 | 95 | |
| 96 | 96 | self::executeNone($sql); |
| 97 | 97 | } |
@@ -102,7 +102,7 @@ |
||
| 102 | 102 | { |
| 103 | 103 | $parts[] = 'default '.$this->getProperty('column_default'); |
| 104 | 104 | } |
| 105 | - elseif($this->getProperty('column_type')=='timestamp') |
|
| 105 | + elseif ($this->getProperty('column_type')=='timestamp') |
|
| 106 | 106 | { |
| 107 | 107 | // Prevent automatic updates of timestamp columns. |
| 108 | 108 | $parts[] = 'default now()'; |