Skip to content

Commit

Permalink
fix tck
Browse files Browse the repository at this point in the history
  • Loading branch information
wenhaocs committed Dec 25, 2022
1 parent ac3496d commit ee98b99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tck/features/schema/Schema.feature
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ Feature: Insert string vid of vertex and edge
| Field | Type | Null | Default | Comment |
| "name" | "string" | "YES" | EMPTY | EMPTY |
| "email" | "string" | "YES" | "NULL" | EMPTY |
| "age" | "string" | "YES" | EMPTY | EMPTY |
| "age" | "int64" | "YES" | EMPTY | EMPTY |
| "row_timestamp" | "timestamp" | "YES" | 2020 | EMPTY |
| "col1" | "int64" | "YES" | EMPTY | EMPTY |
| "col2" | "string" | "YES" | EMPTY | EMPTY |
Expand Down

0 comments on commit ee98b99

Please sign in to comment.