Sha256: 6056fe2e5d59be7fbc41c58265dd07b516dc6db612dd763c68c3c1c2b00cc5d3

Contents?: true

Size: 260 Bytes

Versions: 8

Compression:

Stored size: 260 Bytes

Contents

ActiveRecord::Schema.define do
  self.verbose = false

  create_table :users, :force => true do |t|
    t.string  :username
    t.string  :email
    t.string  :first_name
    t.string  :last_name
    t.integer :post_id

    t.timestamps null: false
  end

end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
ajax-datatables-rails-1.3.0 spec/support/schema.rb
ajax-datatables-rails-1.2.0 spec/support/schema.rb
ajax-datatables-rails-1.1.0 spec/support/schema.rb
ajax-datatables-rails-1.0.0 spec/support/schema.rb
ajax-datatables-rails-0.4.3 spec/support/schema.rb
ajax-datatables-rails-0.4.2 spec/support/schema.rb
ajax-datatables-rails-0.4.1 spec/support/schema.rb
ajax-datatables-rails-0.4.0 spec/support/schema.rb