Sha256: a48cfdbf0627275f8db95cd11475aa92b422cf61f954f0cc929c3d299479480a
Contents?: true
Size: 246 Bytes
Versions: 33
Compression:
Stored size: 246 Bytes
Contents
# -*- encoding: utf-8 -*- # -*- frozen_string_literal: true -*- # -*- warn_indent: true -*- class CreateSkills < ActiveRecord::Migration[7.0] def change create_table :skills do |t| t.string :name t.timestamps end end end
Version data entries
33 entries across 33 versions & 1 rubygems