Sha256: 95c47ddbbd963a7307f1e077667fec0afed42111e72baaac026a545220a7924f
Contents?: true
Size: 265 Bytes
Versions: 6
Compression:
Stored size: 265 Bytes
Contents
# This migration comes from bouquet (originally 20160108154217) class CreateBouquetLocations < ActiveRecord::Migration[5.0] def change create_table :bouquet_locations do |t| t.string :name t.integer :capacity t.timestamps end end end
Version data entries
6 entries across 3 versions & 1 rubygems