mirror of
https://github.com/dolthub/dolt.git
synced 2026-01-25 03:09:00 -06:00
Include required length value for "varchar" column type
This commit is contained in:
@@ -121,7 +121,7 @@ Initialize the directory, and load some data:
|
||||
```
|
||||
$ dolt init
|
||||
Successfully initialized dolt data repository.
|
||||
$ dolt sql -q "create table state_populations ( state varchar, population int, primary key (state) )"
|
||||
$ dolt sql -q "create table state_populations ( state varchar(14), population int, primary key (state) )"
|
||||
$ dolt sql -q "show tables"
|
||||
+-------------------+
|
||||
| tables |
|
||||
|
||||
Reference in New Issue
Block a user