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