6 lines
137 B
Ruby
Executable File
6 lines
137 B
Ruby
Executable File
class AddAlignementToTitleContents < ActiveRecord::Migration
|
|
def change
|
|
add_column :title_contents, :alignement, :string
|
|
end
|
|
end
|