Sha256: 7e0481a7fe8861da687102999dc27f68f75b9fced1a79331d28971b4f8e0c071
Contents?: true
Size: 152 Bytes
Versions: 19
Compression:
Stored size: 152 Bytes
Contents
class CreateClients < ActiveRecord::Migration def change create_table :clients do |t| t.string :name t.timestamps end end end
Version data entries
19 entries across 19 versions & 2 rubygems