Sha256: 5e1a11dbcc73db08451bf4429d8ef1d58941eb74777f4194b630ae2839d6db2c

Contents?: true

Size: 178 Bytes

Versions: 17

Compression:

Stored size: 178 Bytes

Contents

require "historiographer/postgres_migration"

class CreateUsers < ActiveRecord::Migration[5.1]
  def change
    create_table :users do |t|
      t.string :name
    end
  end
end

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
historiographer-4.1.0 /Users/brettshollenberger/programming/historiographer/spec/db/migrate/20161121212232_create_users.rb
historiographer-4.0.0 spec/db/migrate/20161121212232_create_users.rb
historiographer-3.1.2 spec/db/migrate/20161121212232_create_users.rb
historiographer-3.1.1 spec/db/migrate/20161121212232_create_users.rb
historiographer-3.1.0 spec/db/migrate/20161121212232_create_users.rb
historiographer-3.0.0 spec/db/migrate/20161121212232_create_users.rb
historiographer-2.0.1 spec/db/migrate/20161121212232_create_users.rb
historiographer-2.0.0 spec/db/migrate/20161121212232_create_users.rb
historiographer-1.4.3 spec/db/migrate/20161121212232_create_users.rb
historiographer-1.4.1 spec/db/migrate/20161121212232_create_users.rb
historiographer-1.4.0 spec/db/migrate/20161121212232_create_users.rb
historiographer-1.3.1 spec/db/migrate/20161121212232_create_users.rb
historiographer-1.3.0 spec/db/migrate/20161121212232_create_users.rb
historiographer-1.2.0 spec/db/migrate/20161121212232_create_users.rb
historiographer-1.1.0 spec/db/migrate/20161121212232_create_users.rb
historiographer-1.0.2 spec/db/migrate/20161121212232_create_users.rb
historiographer-1.0.0 spec/db/migrate/20161121212232_create_users.rb