softDeletes method
void
softDeletes({})
Implementation
void softDeletes({
String columnName = 'deleted_at',
bool timezoneAware = false,
int precision = 3,
}) {
timestamp(
columnName,
timezoneAware: timezoneAware,
precision: precision,
).nullable();
}