Skip to content

Commit 1e1c471

Browse files
committed
Update mysql creation with extended types for testing
1 parent d2e3f70 commit 1e1c471

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

test/mysql/create-database.sql

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,14 @@ create table other (
1919
my_time time,
2020
my_date date,
2121
my_decimal decimal(6,2),
22-
my_datetime datetime
22+
my_datetime datetime,
23+
si smallint,
24+
bi bigint,
25+
vc varchar(20),
26+
c char(20),
27+
--nvc nvarchar(20),
28+
--nc nchar(20),
29+
u uuid
2330
);
2431

2532
--testing IDs that aren't tablename + 'id'

0 commit comments

Comments
 (0)