#pragma once #include #include #include #include #include #include "storage/model/properties/flags.hpp" #include "storage/model/properties/property_holder.hpp" class Null; // Property Class designated for creation outside the database. class Property : public PropertyHolder { public: using PropertyHolder::PropertyHolder; }; using properties_t = std::vector;