Sha256: cd0d1f05cf66bc56d969664b5a65a24939d78488c873e4e4f468b8dbeea25481
Contents?: true
Size: 283 Bytes
Versions: 3
Compression:
Stored size: 283 Bytes
Contents
class CreateSamples < ActiveRecord::Migration def change create_table :samples do |t| t.string :text t.string :password t.string :textarea t.string :select t.string :radio t.string :checkbox t.timestamps null: false end end end
Version data entries
3 entries across 3 versions & 1 rubygems