Add description to type_de_champs table
This commit is contained in:
parent
5c643c6373
commit
2d548acba0
4 changed files with 28 additions and 14 deletions
|
@ -0,0 +1,6 @@
|
|||
class ChangeAttributsToTypeDeChamps < ActiveRecord::Migration
|
||||
def change
|
||||
rename_column :types_de_champs, :type, :type_champs
|
||||
add_column :types_de_champs, :description, :text
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue