schema progress (does not compile)

This commit is contained in:
2025-12-31 11:56:12 +01:00
parent d104222fdd
commit ab2d39407c
65 changed files with 1355 additions and 922 deletions
+2 -2
View File
@@ -16,8 +16,8 @@ attribute::attribute(std::string name,
: name_(std::move(name))
, type_(type)
, options_(attr)
, null_option_(null_opt)
{}
, null_option_(null_opt) {
}
const std::string &attribute::name() const {
return name_;