mirror of https://github.com/AMT-Cheif/drift.git
Fix bad rebase
This commit is contained in:
parent
3564d725a9
commit
29eb0a2d79
|
@ -197,7 +197,7 @@ void main() {
|
|||
'foo',
|
||||
'foo',
|
||||
true,
|
||||
type: DriftSqlType.int,
|
||||
type: const IntType(),
|
||||
check: () => column.isSmallerThan(const Variable(3)),
|
||||
);
|
||||
final table = CustomTable('foo', db, [column]);
|
||||
|
|
Loading…
Reference in New Issue