@@ -20,14 +20,14 @@ |
||
20 | 20 | $this->db->disableForeignKeyChecks(); |
21 | 21 | |
22 | 22 | $this->forge->addField([ |
23 | - {attributes} |
|
24 | - ]); |
|
23 | + {attributes} |
|
24 | + ]); |
|
25 | 25 | {keys} |
26 | 26 | $this->forge->createTable('{table}'); |
27 | 27 | |
28 | 28 | //enable Foreign Key Check |
29 | 29 | $this->db->enableForeignKeyChecks(); |
30 | - } |
|
30 | + } |
|
31 | 31 | |
32 | 32 | //-------------------------------------------------------------------- |
33 | 33 |