Decimal columns as string in Models (#948)

* Decimal columns as string in Models

To follow Eloquent casts

* update tests for decimals
This commit is contained in:
fgibaux
2020-06-09 20:54:26 +02:00
committed by GitHub
parent f3e48cbcce
commit d35ea6e1d4
3 changed files with 9 additions and 9 deletions
@@ -97,10 +97,10 @@ use Illuminate\Database\Eloquent\Model;
* @property float $floatNotNullable
* @property float|null $doubleNullable
* @property float $doubleNotNullable
* @property float|null $decimalNullable
* @property float $decimalNotNullable
* @property float|null $unsignedDecimalNullable
* @property float $unsignedDecimalNotNullable
* @property string|null $decimalNullable
* @property string $decimalNotNullable
* @property string|null $unsignedDecimalNullable
* @property string $unsignedDecimalNotNullable
* @property integer|null $booleanNullable
* @property integer $booleanNotNullable
* @property string|null $enumNullable