Sha256: 3572cb1a22f04c4dae60f97231e1bf39b092aa952c50126e0c23871804e161f8

Contents?: true

Size: 231 Bytes

Versions: 1

Compression:

Stored size: 231 Bytes

Contents

class CreateTmLynCategories < ActiveRecord::Migration[8.0]
  def change
    create_table :tm_lyn_categories do |t|
      t.references :user, null: false, foreign_key: true
      t.string :name

      t.timestamps
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
tm_lyn-0.1.0 db/migrate/20241219121331_create_tm_lyn_categories.rb