relation completer progress
This commit is contained in:
@@ -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_;
|
||||
|
||||
Reference in New Issue
Block a user