mirror of
https://github.com/rbock/sqlpp11.git
synced 2026-01-03 19:50:30 -06:00
Added checks to prevent non-matching columns from being inserted
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
|
||||
CREATE TABLE tab_foo
|
||||
(
|
||||
delta varchar(255),
|
||||
epsilon bigint,
|
||||
omega double
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user