mirror of
https://github.com/dolthub/dolt.git
synced 2026-02-22 10:12:18 -06:00
removing unsigned from test
This commit is contained in:
@@ -567,7 +567,7 @@ DELIM
|
||||
[[ "$output" =~ "CREATE TABLE \`test\`" ]]
|
||||
[[ "$output" =~ "\`pk\` int" ]]
|
||||
[[ "$output" =~ "\`str\` varchar(16383)" ]]
|
||||
[[ "$output" =~ "\`int\` int unsigned" ]]
|
||||
[[ "$output" =~ "\`int\` int" ]]
|
||||
[[ "$output" =~ "\`bool\` tinyint" ]]
|
||||
[[ "$output" =~ "\`float\` float" ]]
|
||||
[[ "$output" =~ "\`date\` date" ]]
|
||||
|
||||
Reference in New Issue
Block a user