We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33713a1 commit bb6fe48Copy full SHA for bb6fe48
2 files changed
src/Schema.php
@@ -25,7 +25,6 @@
25
use function array_merge;
26
use function array_values;
27
use function bindec;
28
-use function explode;
29
use function in_array;
30
use function is_string;
31
use function ksort;
tests/Provider/ColumnFactoryProvider.php
@@ -4,7 +4,6 @@
4
5
namespace Yiisoft\Db\Mysql\Tests\Provider;
6
7
-use Yiisoft\Db\Schema\Column\BigIntColumnSchema;
8
use Yiisoft\Db\Schema\Column\BinaryColumnSchema;
9
use Yiisoft\Db\Schema\Column\BitColumnSchema;
10
use Yiisoft\Db\Schema\Column\BooleanColumnSchema;
0 commit comments