mmaurus
Results
1
issues of
mmaurus
Creating a table using the generic code ``` soci::ddl_type ddl = db.create_table(name); ddl.column("TIMESTAMP", soci::dt_date)("not null"); ``` a new table is created with the column type INTEGER instead of the expected...