Skip to content

Commit

Permalink
test: sqlness
Browse files Browse the repository at this point in the history
  • Loading branch information
discord9 committed Dec 24, 2024
1 parent 1ddaa7b commit f45f69b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/cases/standalone/common/flow/flow_basic.result
Original file line number Diff line number Diff line change
Expand Up @@ -1285,7 +1285,8 @@ SHOW CREATE TABLE requests_without_ip;
| | "service_name" STRING NULL, |
| | "val" INT NULL, |
| | "ts" TIMESTAMP(3) NOT NULL, |
| | TIME INDEX ("ts") |
| | TIME INDEX ("ts"), |
| | PRIMARY KEY ("service_name") |
| | ) |
| | |
| | ENGINE=mito |
Expand Down

0 comments on commit f45f69b

Please sign in to comment.