// file : common/schema/embedded/order/test1.hxx// license : GNU GPL v2; see accompanying LICENSE file#ifndef TEST1_HXX#define TEST1_HXX#include <string>#include <odb/core.hxx>#pragma db object polymorphicstruct base
{virtual~base() {}#pragma db auto idunsigned long id;
std::string str;};#endif// TEST1_HXX