@@ -14,7 +14,7 @@ |
||
| 14 | 14 | */ |
| 15 | 15 | public function up() |
| 16 | 16 | { |
| 17 | - Schema::create('quickbooks_tokens', function (Blueprint $table) { |
|
| 17 | + Schema::create('quickbooks_tokens', function(Blueprint $table) { |
|
| 18 | 18 | $user_id_type = DB::getSchemaBuilder() |
| 19 | 19 | ->getColumnType('users', 'id') === 'bigint' ? 'unsignedBigInteger' : 'unsignedInteger'; |
| 20 | 20 | |