mirror of
https://github.com/getml/sqlgen.git
synced 2026-05-06 23:21:48 -05:00
schema and table name as constexpr const char
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
namespace test_tablename {
|
||||
|
||||
struct TestTable {
|
||||
using tablename = sqlgen::Literal<"TEST_TABLE">;
|
||||
static constexpr const char* tablename = "TEST_TABLE";
|
||||
|
||||
std::string field1;
|
||||
int32_t field2;
|
||||
|
||||
Reference in New Issue
Block a user