Sha256: 9ebbd6a8ad303918c48f13b004670b1b4466f78bfe30d92a3eabe91fd3b1a70c
Contents?: true
Size: 171 Bytes
Versions: 5
Compression:
Stored size: 171 Bytes
Contents
class AddItemsStrings < ActiveRecord::Migration[5.0] def change add_column :editable_components_items, :data_string, :string # , null: false, default: '' end end
Version data entries
5 entries across 5 versions & 1 rubygems