session topological sorted table creation (progress)

This commit is contained in:
2025-07-15 07:09:40 +02:00
parent e7376ef269
commit dd737623f4
3 changed files with 30 additions and 27 deletions
@@ -31,6 +31,8 @@ public:
[[nodiscard]] std::string type_name() const;
[[nodiscard]] const schema_node& node() const;
std::shared_ptr<schema_node> node_ptr() const;
[[nodiscard]] bool is_has_one() const;
[[nodiscard]] bool is_has_many() const;
[[nodiscard]] bool is_belongs_to() const;