#include "note.h" using namespace jop; Note::Note() : Item() { table_ = jop::NotesTable; } //Table Note::table() const { // return jop::NotesTable; //} bool Note::primaryKeyIsUuid() const { return true; } bool Note::trackChanges() const { return true; }