firexcode
laravel
Laravels
toLongText method
toLongText
firexcode
laravel
Laravels
toLongText method
Laravels extension
Methods
toBigIncrements
toBigInteger
toBinary
toBoolean
toChar
toDate
toDateTime
toDateTimeTz
toDecimal
toDouble
toEncrpt
toEnum
toFloat
toForeignId
togeometry
toGeometryCollection
toIncrements
toInteger
toIpAddress
toJson
toJsonb
toLineString
toLongText
toMacAddress
toMediumIncrements
toMediumInteger
toMediumText
toMorphs
toLongText
method
String
toLongText
(
)
LONGTEXT equivalent column.
Implementation
String toLongText() { return "\$table->longText('$this');"; }