UpdatedAtColumn constructor
const
UpdatedAtColumn([])
Implementation
const UpdatedAtColumn([
String? name = 'updated_at',
bool isNullable = true,
bool isGuarded = true,
]) : super(name, isNullable: isNullable, isGuarded: isGuarded);