DecResolver
class DecResolver extends DecimalResolver
Equal to DECIMAL(size,d)
Methods
string
fake()
Get the row string form database factory, then return the string for Seeder class.
from
DecimalResolver
string
migration()
Get the row string for migration file, then return the string for migration class.
from
DecimalResolver
Details
in
DecimalResolver at line 20
string
fake()
Get the row string form database factory, then return the string for Seeder class.
in
DecimalResolver at line 25
string
migration()
Get the row string for migration file, then return the string for migration class.
in
Resolver at line 49
string
last(string $migration)
Finally process for resolvers
in
Resolver at line 68
mixed
__get(string $property)
Reading data from inaccessible (protected or private) or non-existing properties.