Sha256: 2111e00a380f825ece47693e87f662c2d2db0d1a6252637a1ddb761707f1880f
Contents?: true
Size: 249 Bytes
Versions: 7
Compression:
Stored size: 249 Bytes
Contents
class CreateGroupLocales < ActiveRecord::Migration[6.0] def change create_table :group_locales do |t| t.references :group, foreign_key: true t.string :title, limit: 100 t.integer :locale t.timestamps end end end
Version data entries
7 entries across 7 versions & 1 rubygems