reset to master, added unsigned_integral, removed time_of_day

This commit is contained in:
Aaron Bishop
2016-05-20 07:09:48 -04:00
parent 8b38df125b
commit a8fa0ddba0
15 changed files with 565 additions and 4 deletions

View File

@@ -28,7 +28,8 @@ CREATE TABLE tab_foo
(
delta varchar(255),
epsilon bigint,
omega double
omega double,
psi bigint UNSIGNED
);
CREATE TABLE tab_bar