mirror of
https://github.com/getml/sqlgen.git
synced 2026-01-04 08:30:30 -06:00
committed by
GitHub
parent
7b5c849e02
commit
1424d29c5d
@@ -14,6 +14,7 @@ struct TestTable {
|
||||
|
||||
TEST(postgres, test_create_index_dry) {
|
||||
using namespace sqlgen;
|
||||
using namespace sqlgen::literals;
|
||||
|
||||
const auto query =
|
||||
create_index<"test_table_ix", TestTable>("field1"_c, "field2"_c) |
|
||||
|
||||
Reference in New Issue
Block a user