add new migration file
This commit is contained in:
@@ -0,0 +1,5 @@
|
|||||||
|
class AddAdultOrChildInBatches < ActiveRecord::Migration[5.0]
|
||||||
|
def change
|
||||||
|
add_column :batches, :adult_or_child, :string ,:default => "CHILD"
|
||||||
|
end
|
||||||
|
end
|
||||||
Reference in New Issue
Block a user