//! //! table! { /// member_classes(id) { /// id -> Uuid, /// parent_id -> Nullable, /// name -> Text, /// show -> Bool, /// created_at -> BigInt, /// updated_at -> BigInt, } }