Sha256: 60a77f39214e3e718493c0a7490c5397fa385c9ec4989e8a7f5c0714f1532ca9
Contents?: true
Size: 187 Bytes
Versions: 1
Compression:
Stored size: 187 Bytes
Contents
class CreateClients < ActiveRecord::Migration def change create_table :clients do |t| t.string :name t.string :country t.timestamps null: false end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
simple_search_filter-0.0.30 | test/dummy/db/migrate/20150723154723_create_clients.rb |