Project

General

Profile

Download (230 Bytes) Statistics
| Branch: | Tag: | Revision:
class CreateProxies < ActiveRecord::Migration
def self.up
create_table :smart_proxies do |t|
t.string :name
t.string :url
t.timestamps
end
end

def self.down
drop_table :smart_proxies
end
end
(62-62/83)