Skip to content

Commit

Permalink
Integer size
Browse files Browse the repository at this point in the history
  • Loading branch information
whizsid committed Sep 5, 2019
1 parent 39f9c48 commit 7aa9454
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
"require-dev": {
"phpunit/phpunit": "7"
},
"version":"1.0.0"
"version":"1.0.1"
}
2 changes: 1 addition & 1 deletion src/AB/Table/DataType/Integer.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public function getName()
*/
public function getDefaultMaxLength()
{
return 11;
return 140;
}

/**
Expand Down

0 comments on commit 7aa9454

Please sign in to comment.