Shrink decimal field sizes as they're overly large

This commit is contained in:
Nabeel Shahzad
2018-02-20 15:57:31 -06:00
parent 7185f6cedf
commit bac829b425
11 changed files with 37 additions and 36 deletions

View File

@@ -13,6 +13,8 @@ class Flight extends BaseModel
{
use HashId;
public const ID_MAX_LENGTH = 12;
public $table = 'flights';
public $incrementing = false;