Sha256: ecb78050131aab132ecf188d9f331cd95dbab7c80cadc9e4682a550d05c94a88
Contents?: true
Size: 781 Bytes
Versions: 8
Compression:
Stored size: 781 Bytes
Contents
Feature: table structure Scenario: table structure Given I visit quick_search page When I follow "Table Structure" Then I should see "Table name : users" Then I should see following tabular attributes: |Column Name | Type | Null | Default | | id | integer | false | | | first_name | string | true | | | last_name | string | true | | | age | integer | true | | | data | text | true | | | active | boolean | true | false | | description | text | true | | | born_at | datetime | true | | | created_at | datetime | true | | | updated_at | datetime | true | |
Version data entries
8 entries across 8 versions & 2 rubygems