mirror of
https://github.com/barryvdh/laravel-ide-helper.git
synced 2026-08-18 10:07:12 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user