The working basics
This commit is contained in:
parent
1a5af29d14
commit
76bf7164e8
13
db/migrate/20140308173326_create_translations_again.rb
Normal file
13
db/migrate/20140308173326_create_translations_again.rb
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
class CreateTranslationsAgain < ActiveRecord::Migration
|
||||||
|
def change
|
||||||
|
create_table :translations do |t|
|
||||||
|
t.string :locale
|
||||||
|
t.string :key
|
||||||
|
t.text :value
|
||||||
|
t.text :interpolations
|
||||||
|
t.boolean :is_proc, :default => false
|
||||||
|
|
||||||
|
t.timestamps
|
||||||
|
end
|
||||||
|
end
|
||||||
|
end
|
Loading…
x
Reference in New Issue
Block a user