Sha256: 2408bef6790c00591fccecfc4e81b0d366e949a16edf9bd1a017dd2fe56bed1a
Contents?: true
Size: 348 Bytes
Versions: 9
Compression:
Stored size: 348 Bytes
Contents
class CreateTranslationCenterTranslations < ActiveRecord::Migration def change create_table :translation_center_translations do |t| t.integer :translation_key_id t.string :value t.string :lang t.references :translator, polymorphic: true t.string :status, default: 'pending' t.timestamps end end end
Version data entries
9 entries across 9 versions & 2 rubygems