@@ -3,8 +3,8 @@ |
||
3 | 3 | namespace Illuminate\Database\Schema; |
4 | 4 | |
5 | 5 | use Closure; |
6 | -use LogicException; |
|
7 | 6 | use Illuminate\Database\Connection; |
7 | +use LogicException; |
|
8 | 8 | |
9 | 9 | class Builder |
10 | 10 | { |
@@ -2,14 +2,14 @@ |
||
2 | 2 | |
3 | 3 | namespace Illuminate\Database\Schema\Grammars; |
4 | 4 | |
5 | -use RuntimeException; |
|
6 | -use Doctrine\DBAL\Types\Type; |
|
7 | -use Illuminate\Support\Fluent; |
|
5 | +use Doctrine\DBAL\Schema\AbstractSchemaManager as SchemaManager; |
|
6 | +use Doctrine\DBAL\Schema\Comparator; |
|
8 | 7 | use Doctrine\DBAL\Schema\Table; |
8 | +use Doctrine\DBAL\Types\Type; |
|
9 | 9 | use Illuminate\Database\Connection; |
10 | -use Doctrine\DBAL\Schema\Comparator; |
|
11 | 10 | use Illuminate\Database\Schema\Blueprint; |
12 | -use Doctrine\DBAL\Schema\AbstractSchemaManager as SchemaManager; |
|
11 | +use Illuminate\Support\Fluent; |
|
12 | +use RuntimeException; |
|
13 | 13 | |
14 | 14 | class ChangeColumn |
15 | 15 | { |
@@ -2,13 +2,13 @@ |
||
2 | 2 | |
3 | 3 | namespace Illuminate\Database\Schema\Grammars; |
4 | 4 | |
5 | -use Illuminate\Support\Fluent; |
|
5 | +use Doctrine\DBAL\Schema\AbstractSchemaManager as SchemaManager; |
|
6 | 6 | use Doctrine\DBAL\Schema\TableDiff; |
7 | 7 | use Illuminate\Database\Connection; |
8 | +use Illuminate\Database\Grammar as BaseGrammar; |
|
8 | 9 | use Illuminate\Database\Query\Expression; |
9 | 10 | use Illuminate\Database\Schema\Blueprint; |
10 | -use Illuminate\Database\Grammar as BaseGrammar; |
|
11 | -use Doctrine\DBAL\Schema\AbstractSchemaManager as SchemaManager; |
|
11 | +use Illuminate\Support\Fluent; |
|
12 | 12 | |
13 | 13 | abstract class Grammar extends BaseGrammar |
14 | 14 | { |
@@ -2,9 +2,9 @@ |
||
2 | 2 | |
3 | 3 | namespace Illuminate\Database\Schema\Grammars; |
4 | 4 | |
5 | -use Illuminate\Support\Fluent; |
|
6 | 5 | use Illuminate\Database\Connection; |
7 | 6 | use Illuminate\Database\Schema\Blueprint; |
7 | +use Illuminate\Support\Fluent; |
|
8 | 8 | |
9 | 9 | class MySqlGrammar extends Grammar |
10 | 10 | { |
@@ -2,9 +2,9 @@ |
||
2 | 2 | |
3 | 3 | namespace Illuminate\Database\Schema\Grammars; |
4 | 4 | |
5 | -use RuntimeException; |
|
6 | -use Illuminate\Support\Fluent; |
|
7 | 5 | use Illuminate\Database\Schema\Blueprint; |
6 | +use Illuminate\Support\Fluent; |
|
7 | +use RuntimeException; |
|
8 | 8 | |
9 | 9 | class PostgresGrammar extends Grammar |
10 | 10 | { |
@@ -2,12 +2,12 @@ |
||
2 | 2 | |
3 | 3 | namespace Illuminate\Database\Schema\Grammars; |
4 | 4 | |
5 | -use Illuminate\Support\Fluent; |
|
5 | +use Doctrine\DBAL\Schema\AbstractSchemaManager as SchemaManager; |
|
6 | 6 | use Doctrine\DBAL\Schema\Column; |
7 | 7 | use Doctrine\DBAL\Schema\TableDiff; |
8 | 8 | use Illuminate\Database\Connection; |
9 | 9 | use Illuminate\Database\Schema\Blueprint; |
10 | -use Doctrine\DBAL\Schema\AbstractSchemaManager as SchemaManager; |
|
10 | +use Illuminate\Support\Fluent; |
|
11 | 11 | |
12 | 12 | class RenameColumn |
13 | 13 | { |
@@ -2,11 +2,11 @@ |
||
2 | 2 | |
3 | 3 | namespace Illuminate\Database\Schema\Grammars; |
4 | 4 | |
5 | -use RuntimeException; |
|
6 | -use Illuminate\Support\Fluent; |
|
7 | 5 | use Doctrine\DBAL\Schema\Index; |
8 | 6 | use Illuminate\Database\Connection; |
9 | 7 | use Illuminate\Database\Schema\Blueprint; |
8 | +use Illuminate\Support\Fluent; |
|
9 | +use RuntimeException; |
|
10 | 10 | |
11 | 11 | class SQLiteGrammar extends Grammar |
12 | 12 | { |
@@ -2,8 +2,8 @@ |
||
2 | 2 | |
3 | 3 | namespace Illuminate\Database\Schema\Grammars; |
4 | 4 | |
5 | -use Illuminate\Support\Fluent; |
|
6 | 5 | use Illuminate\Database\Schema\Blueprint; |
6 | +use Illuminate\Support\Fluent; |
|
7 | 7 | |
8 | 8 | class SqlServerGrammar extends Grammar |
9 | 9 | { |
@@ -2,10 +2,10 @@ |
||
2 | 2 | |
3 | 3 | namespace Illuminate\Database; |
4 | 4 | |
5 | -use Illuminate\Support\Arr; |
|
6 | -use InvalidArgumentException; |
|
7 | 5 | use Illuminate\Console\Command; |
8 | 6 | use Illuminate\Container\Container; |
7 | +use Illuminate\Support\Arr; |
|
8 | +use InvalidArgumentException; |
|
9 | 9 | |
10 | 10 | abstract class Seeder |
11 | 11 | { |