35 constexpr static const char* schema =
"public";
36 constexpr static const char* tablename =
"ores_dq_dataset_bundle_members_tbl";
38 sqlgen::PrimaryKey<std::string> bundle_code;
39 std::string tenant_id;
40 std::string dataset_code;
42 int display_order = 0;
43 bool optional =
false;
44 std::string modified_by;
45 std::string performed_by;
46 std::string change_reason_code;
47 std::string change_commentary;
48 sqlgen::Timestamp<
"%Y-%m-%d %H:%M:%S"> valid_from =
"9999-12-31 23:59:59";
49 sqlgen::Timestamp<
"%Y-%m-%d %H:%M:%S"> valid_to =
"9999-12-31 23:59:59";