schema.rb 170 Bytes
ActiveRecord::Schema.define do
  create_table :cnpjs, :force => true do |t|
    t.column :id, :string, :null => true
    t.column :cnpj, :string, :null => true
  end
end