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 9a4692d commit b0243dcCopy full SHA for b0243dc
features/db-columns.feature
@@ -4,6 +4,8 @@ Feature: Display information about a given table.
4
Scenario: Display information about the wp_posts table
5
Given a WP install
6
7
+ @broken
8
+ # This requires conditional tags to target different DB versions, as bigint(20) is only bigint on MySQL 8.
9
When I run `wp db columns wp_posts --format=table`
10
Then STDOUT should be a table containing rows:
11
| Field | Type | Null | Key | Default | Extra |
0 commit comments