We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents daf377e + 8ea8d27 commit 5c49b41Copy full SHA for 5c49b41
1 file changed
testing/go/show_test.go
@@ -159,6 +159,8 @@ func TestShowTables(t *testing.T) {
159
{
160
Name: "show tables in single schema",
161
SetUpScript: []string{
162
+ // Create a sequence to ensure it isn't included
163
+ `CREATE SEQUENCE seq1;`,
164
`CREATE TABLE t1 (a INT PRIMARY KEY, name TEXT)`,
165
`CREATE TABLE t2 (b INT PRIMARY KEY, name TEXT)`,
166
`create schema schema2`,
0 commit comments