Archived
maybe I should add migrations...
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
class AddTimestampsToInfo < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :info, :created_at, :datetime
|
||||
add_column :info, :updated_at, :datetime
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user