void softDeletesDatetime({ String columnName = 'deleted_at', int precision = 3, }) { dateTime(columnName, precision: precision).nullable(); }