delete many to many progress

This commit is contained in:
2026-06-01 16:44:07 +02:00
parent cea7b97f2b
commit 12f8590634
6 changed files with 38 additions and 11 deletions
@@ -105,6 +105,7 @@ public:
void on_foreign_key(const char *id, Pointer &/*x*/) {
const auto type = pk_type_determinator::determine<typename Pointer::value_type>();
auto &ref = object_->attributes_.emplace_back(id, type, utils::constraints::ForeignKey, null_option_type::NotNull);
ref.index_ = object_->attributes_.size() - 1;
ref.owner_ = object_;
}
template<class ContainerType>