Skip to content

Commit e097adc

Browse files
authored
fix: mysql-sink integration test (risingwavelabs#12161)
1 parent d972225 commit e097adc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration_tests/mysql-sink/create_mv.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ CREATE TABLE rw_typed_data (
3131
boolean_column BOOLEAN,
3232
date_column DATE,
3333
time_column TIME,
34-
timestamp_column TIMESTAMP,
34+
timestamp_column TIMESTAMPTZ,
3535
jsonb_column JSONB,
3636
bytea_column BYTEA
3737
) WITH (

0 commit comments

Comments
 (0)