Closed
Description
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.
- Get it working
- Support
--pk
- Support
--not-null
- Support
--default
- Support
--fk colname othertable othercol
- Support
--replace
and--ignore
- Documentation