Myql Shema of deleted_at etc |
The schema datatype should be either a DATETIME or INTEGER (for a timestamp) and defined in the model’s $dateFormat property to match the schema. The default field name is deleted_at however this can be set to any name you want by using the $deletedField property.
|
Messages In This Thread |
Myql Shema of deleted_at etc - by ByteHive - 02-19-2020, 04:47 AM
RE: Myql Shema of deleted_at etc - by php_rocs - 02-19-2020, 01:18 PM
RE: Myql Shema of deleted_at etc - by dave friend - 02-21-2020, 03:22 PM
|