@@ -29,10 +29,10 @@ |
||
| 29 | 29 | { |
| 30 | 30 | $table = $this->table('redirects'); |
| 31 | 31 | $table->addColumn('hash', 'string') |
| 32 | - ->addColumn('redirect_to', 'text') |
|
| 33 | - ->addColumn('count', 'integer', ['default' => 0]) |
|
| 34 | - ->addColumn('created_at', 'datetime') |
|
| 35 | - ->addColumn('updated_at', 'datetime') |
|
| 36 | - ->create(); |
|
| 32 | + ->addColumn('redirect_to', 'text') |
|
| 33 | + ->addColumn('count', 'integer', ['default' => 0]) |
|
| 34 | + ->addColumn('created_at', 'datetime') |
|
| 35 | + ->addColumn('updated_at', 'datetime') |
|
| 36 | + ->create(); |
|
| 37 | 37 | } |
| 38 | 38 | } |