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

Version Path
anoubis-1.0.12 db/migrate/20181225062339_create_group_locales.rb
anoubis-1.0.11 db/migrate/20181225062339_create_group_locales.rb
anoubis-1.0.10 db/migrate/20181225062339_create_group_locales.rb
anoubis-1.0.8 db/migrate/20181225062339_create_group_locales.rb
anoubis-1.0.7 db/migrate/20181225062339_create_group_locales.rb
anoubis-1.0.1 db/migrate/20181225062339_create_group_locales.rb
anoubis-1.0.0 db/migrate/20181225062339_create_group_locales.rb