Sha256: 215b12a18c4e2bd5bb04e38d2d991b673aa60f07fa88a2fc27ca83904bb7226c

Contents?: true

Size: 181 Bytes

Versions: 1

Compression:

Stored size: 181 Bytes

Contents

# frozen_string_literal: true

class CreateTags < ActiveRecord::Migration[7.1]
  def change
    create_table :tags do |t|
      t.string :name

      t.timestamps
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
active_record_has-0.1.0 sample/db/migrate/20240711153202_create_tags.rb