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.
1 parent 06667f3 commit 8ede7beCopy full SHA for 8ede7be
internal/acceptance/sql_table_test.go
@@ -32,7 +32,7 @@ func TestUcAccResourceSqlTable_Managed(t *testing.T) {
32
}
33
column {
34
name = "name"
35
- type = "varchar(64)"
+ type = "string"
36
37
comment = "this table is managed by terraform"
38
}`,
0 commit comments