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 b0243dc commit b12f889Copy full SHA for b12f889
features/db-columns.feature
@@ -1,11 +1,10 @@
1
Feature: Display information about a given table.
2
3
- @require-wp-4.2
+ # This requires conditional tags to target different DB versions, as bigint(20) is only bigint on MySQL 8.
4
+ @require-wp-4.2 @broken
5
Scenario: Display information about the wp_posts table
6
Given a WP install
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