Sha256: a3f7f0ef59f942a5a2952c9ba69a80e8a86c2ef1edd9de2c653f433698f5010d

Contents?: true

Size: 252 Bytes

Versions: 7

Compression:

Stored size: 252 Bytes

Contents

class CreateSystemLocales < ActiveRecord::Migration[6.0]
  def change
    create_table :system_locales do |t|
      t.references :system, 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/20181225062303_create_system_locales.rb
anoubis-1.0.11 db/migrate/20181225062303_create_system_locales.rb
anoubis-1.0.10 db/migrate/20181225062303_create_system_locales.rb
anoubis-1.0.8 db/migrate/20181225062303_create_system_locales.rb
anoubis-1.0.7 db/migrate/20181225062303_create_system_locales.rb
anoubis-1.0.1 db/migrate/20181225062303_create_system_locales.rb
anoubis-1.0.0 db/migrate/20181225062303_create_system_locales.rb