#ifndef TABLE_H #define TABLE_H using namespace std; /* Table schema / db */ string table_schema; #endif // TABLE_H