Sha256: eb839c208f8e1a14e5ced8d6e383aa39f499f3b5cfc9699a5d7bfd070e57c3bd
Contents?: true
Size: 201 Bytes
Versions: 3
Compression:
Stored size: 201 Bytes
Contents
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
3 entries across 3 versions & 1 rubygems