Sha256: 30a440b41235dadc1fc95a440431e3906438a78391e861f2563ee5dc339fce47
Contents?: true
Size: 197 Bytes
Versions: 3
Compression:
Stored size: 197 Bytes
Contents
class CreateBouquetSuppliers < ActiveRecord::Migration[5.0] def change create_table :bouquet_suppliers do |t| t.string :name t.string :email t.timestamps end end end
Version data entries
3 entries across 3 versions & 1 rubygems