We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3638ff2 commit 020b1d1Copy full SHA for 020b1d1
features/db-columns.feature
@@ -60,5 +60,5 @@ Feature: Display information about a given table.
60
When I try `wp db columns not_wp`
61
Then STDOUT should be a table containing rows:
62
| Field | Type | Null | Key | Default |
63
- | date | date | NO | PRI | |
64
- | awesome_stuff | text | YES | | |
+ | date | TEXT | NO | PRI | '' |
+ | awesome_stuff | TEXT | YES | | |
0 commit comments