mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-23 01:14:31 +02:00
Clarify column types in create-table help
This commit is contained in:
parent
965ca0d5f5
commit
ebe504ab21
2 changed files with 4 additions and 0 deletions
|
|
@ -886,6 +886,8 @@ See :ref:`cli_create_table`.
|
|||
height float \
|
||||
photo blob --pk id
|
||||
|
||||
Valid column types are text, integer, float and blob.
|
||||
|
||||
Options:
|
||||
--pk TEXT Column to use as primary key
|
||||
--not-null TEXT Columns that should be created as NOT NULL
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue