mirror of
https://github.com/rbock/sqlpp11.git
synced 2026-01-04 20:20:59 -06:00
reset to master, added unsigned_integral, removed time_of_day
This commit is contained in:
@@ -28,7 +28,8 @@ CREATE TABLE tab_foo
|
||||
(
|
||||
delta varchar(255),
|
||||
epsilon bigint,
|
||||
omega double
|
||||
omega double,
|
||||
psi bigint UNSIGNED
|
||||
);
|
||||
|
||||
CREATE TABLE tab_bar
|
||||
|
||||
Reference in New Issue
Block a user