const IdColumn([ String? name = 'id', bool isNullable = false, bool isGuarded = true, ]) : super(name, isNullable: isNullable, isGuarded: isGuarded);