mirror of
https://github.com/dg/dibi.git
synced 2025-08-29 16:59:49 +02:00
tests: improved sql dumps, renamed pgsql -> postgre
This commit is contained in:
@@ -50,7 +50,7 @@ Assert::same('products', $column->getTable()->getName());
|
||||
Assert::same('s', $column->getType());
|
||||
Assert::type('string', $column->getNativeType());
|
||||
Assert::same(100, $column->getSize());
|
||||
Assert::true($column->isNullable());
|
||||
Assert::false($column->isNullable());
|
||||
Assert::false($column->isAutoIncrement());
|
||||
//Assert::null($column->getDefault());
|
||||
|
||||
|
Reference in New Issue
Block a user