Sha256: 6cf83ca2a66c0b676bd98361efe48c398353b4126742d4bb0636133cf5bd9329
Contents?: true
Size: 241 Bytes
Versions: 6
Compression:
Stored size: 241 Bytes
Contents
class CreateNonStandardIdTaggableModels < ActiveRecord::Migration[5.2] def change create_table :non_standard_id_taggable_models, primary_key: "an_id" do |t| t.column :name, :string t.column :type, :string end end end
Version data entries
6 entries across 6 versions & 1 rubygems