Skip to content

Commit 7aa9454

Browse files
committed
Integer size
1 parent 39f9c48 commit 7aa9454

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
"require-dev": {
3333
"phpunit/phpunit": "7"
3434
},
35-
"version":"1.0.0"
35+
"version":"1.0.1"
3636
}

src/AB/Table/DataType/Integer.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public function getName()
4747
*/
4848
public function getDefaultMaxLength()
4949
{
50-
return 11;
50+
return 140;
5151
}
5252

5353
/**

0 commit comments

Comments
 (0)