完成评论

This commit is contained in:
augushong
2021-01-03 21:52:54 +08:00
parent bcc07c301e
commit 3b5a56aef5
18 changed files with 815 additions and 383 deletions

View File

@@ -56,7 +56,7 @@ class ColumnFormat
public static function integer($name)
{
return Column::make($name,'integer')
return Column::bigInteger($name)
->setDefault(0)
->setLimit(20)
->setSigned(false);