schema and table name as constexpr const char

This commit is contained in:
Dr. Patrick Urbanke
2025-04-05 06:45:46 +02:00
parent 081a0414c7
commit 6074ea4313
4 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -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;