GnuCashew ~ Web Application compatible with GnuCash sql data files.
GCW
Loading...
Searching...
No Matches
User.cpp
Go to the documentation of this file.
1
2
3#include "User.h"
4
5
6const char * GCW::Dbo::Users::s_tableName = "gcw_users";
7
8const 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 char * Field
const Wt::WFormModel::Field employee_guid
Definition User.cpp:8
const char * s_tableName
Definition User.cpp:6