New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sqlite-utils create-table command #27
Comments
Potential syntax:
|
Copy the design for
|
Could take |
I need tests for what happens if table already exists, or if the user provides invalid column types. |
Supporting |
Be nice if you could do |
I'll stick with requiring all three fk arguments. |
Spun off from #24 - it would be useful if CLI users could create new tables (with explicit column types, not null rules and defaults) without having to insert an example record.
--pk
--not-null
--default
--fk colname othertable othercol
--replace
and--ignore
The text was updated successfully, but these errors were encountered: