mirror of
https://github.com/dg/dibi.git
synced 2025-09-03 02:52:47 +02:00
tests: improved sql dumps, renamed pgsql -> postgre
This commit is contained in:
@@ -50,7 +50,7 @@ Assert::same('products', $column->table->name);
|
||||
Assert::same('s', $column->type);
|
||||
Assert::type('string', $column->nativeType);
|
||||
Assert::same(100, $column->size);
|
||||
Assert::true($column->nullable);
|
||||
Assert::false($column->nullable);
|
||||
Assert::false($column->autoIncrement);
|
||||
//Assert::null($column->default);
|
||||
|
||||
|
Reference in New Issue
Block a user