Separate column type constants #1282
Annotations
4 errors
|
src/Schema.php#L340
src/Schema.php:340:33: UndefinedClass: Class, interface or enum named Yiisoft\Db\Sqlite\ColumnType does not exist (see https://psalm.dev/019)
|
src/Schema.php#L343
src/Schema.php:343:47: MixedArgumentTypeCoercion: Argument 1 of Yiisoft\Db\Sqlite\Schema::loadColumnSchema expects array{cid: string, dflt_value: null|string, name: string, notnull: string, pk: string, precision?: int, scale?: int, size?: int, type: string}, but parent type array{cid: string, dflt_value: null|string, name: string, notnull: string, pk: string, precision?: int, scale?: int, size?: int, type: mixed|string} provided (see https://psalm.dev/194)
|
|
This job was cancelled
Loading