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