Fix bad rebase

This commit is contained in:
Simon Binder 2022-07-20 21:53:41 +02:00
parent 3564d725a9
commit 29eb0a2d79
No known key found for this signature in database
GPG Key ID: 7891917E4147B8C0
1 changed files with 1 additions and 1 deletions

View File

@ -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]);