relation completer progress

This commit is contained in:
2025-06-29 22:41:39 +02:00
parent 88bab8bf5e
commit e46de87355
6 changed files with 53 additions and 24 deletions
@@ -27,6 +27,10 @@ public:
[[nodiscard]] relation_type type() const;
[[nodiscard]] const schema_node& node() const;
[[nodiscard]] bool is_has_one() const;
[[nodiscard]] bool is_has_many() const;
[[nodiscard]] bool is_belongs_to() const;
private:
std::string field_name_;
relation_type type_;