Sha256: 89bafe1afc8ac0368bf73b05af2f1c1352a199efdf67ceee75992762c67347d8

Contents?: true

Size: 152 Bytes

Versions: 34

Compression:

Stored size: 152 Bytes

Contents

class CreateWords < ActiveRecord::Migration[5.0]
  def change
    create_table :words do |t|
      t.string :text

      t.timestamps
    end
  end
end

Version data entries

34 entries across 7 versions & 1 rubygems

Version Path
hyper-mesh-0.6.0 examples/action-cable-production-mode/db/migrate/20161114213840_create_words.rb
hyper-mesh-0.6.0 examples/words/db/migrate/20160921223808_create_words.rb
hyper-mesh-0.6.0 examples/simple-poller/db/migrate/20161114213840_create_words.rb
hyper-mesh-0.6.0 examples/pusher/db/migrate/20161114213840_create_words.rb
hyper-mesh-0.6.0 examples/pusher-fake/db/migrate/20161114213840_create_words.rb
hyper-mesh-0.6.0 examples/action-cable/db/migrate/20161114213840_create_words.rb
hyper-mesh-0.5.4 examples/action-cable/db/migrate/20161114213840_create_words.rb
hyper-mesh-0.5.4 examples/words/db/migrate/20160921223808_create_words.rb
hyper-mesh-0.5.4 examples/simple-poller/db/migrate/20161114213840_create_words.rb
hyper-mesh-0.5.4 examples/pusher/db/migrate/20161114213840_create_words.rb
hyper-mesh-0.5.4 examples/pusher-fake/db/migrate/20161114213840_create_words.rb
hyper-mesh-0.5.4 examples/action-cable-production-mode/db/migrate/20161114213840_create_words.rb
hyper-mesh-0.5.3 examples/action-cable/db/migrate/20161114213840_create_words.rb
hyper-mesh-0.5.3 examples/action-cable-production-mode/db/migrate/20161114213840_create_words.rb
hyper-mesh-0.5.3 examples/pusher-fake/db/migrate/20161114213840_create_words.rb
hyper-mesh-0.5.3 examples/pusher/db/migrate/20161114213840_create_words.rb
hyper-mesh-0.5.3 examples/simple-poller/db/migrate/20161114213840_create_words.rb
hyper-mesh-0.5.3 examples/words/db/migrate/20160921223808_create_words.rb
hyper-mesh-0.5.2 examples/action-cable/db/migrate/20161114213840_create_words.rb
hyper-mesh-0.5.2 examples/pusher/db/migrate/20161114213840_create_words.rb