Sha256: 14f7daff661747c89d58741f8ae838ebf809ff225226ef1679d4ffce3a3e84af
Contents?: true
Size: 333 Bytes
Versions: 74
Compression:
Stored size: 333 Bytes
Contents
class CreateLanguages < ActiveRecord::Migration def change create_table :languages do |t| t.string :name t.string :native_name t.text :display_name t.string :iso_639_1 t.string :iso_639_2 t.string :iso_639_3 t.text :note t.integer :position t.timestamps end end end
Version data entries
74 entries across 74 versions & 4 rubygems