cirandas.net

ref: master

vendor/plugins/validates_as_cnpj/test/fixtures/schema.rb


1
2
3
4
5
6
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