GnuCashew ~ GnuCash Enabled Web
GCW
User.cpp
Go to the documentation of this file.
1 
2 
3 #include "User.h"
4 
5 
6 const char * GCW::Dbo::Users::s_tableName = "gcw_users";
7 
8 const Wt::WFormModel::Field GCW::Dbo::Users::Field::employee_guid = "employee_guid" ; // text(32) PRIMARY KEY NOT NULL
9 
11 
12 
13 
DBO_INSTANTIATE_TEMPLATES(GCW::Dbo::Users::Item)
const Wt::WFormModel::Field employee_guid
Definition: User.cpp:8
const char * s_tableName
Definition: User.cpp:6