Sha256: 9ea97596fe45a1c32cb786520fbd481bdbe4cb9ae299443b104fa34334be6255
Contents?: true
Size: 247 Bytes
Versions: 7
Compression:
Stored size: 247 Bytes
Contents
# frozen_string_literal: true # This migration comes from spina (originally 6) class CreateSpinaOptions < ActiveRecord::Migration[5.0] def change create_table :spina_options do |t| t.string :value t.timestamps end end end
Version data entries
7 entries across 7 versions & 1 rubygems