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