create_table "customers", force: :cascade do |t|
t.string "name"
t.datetime "created_at", null: false
t.datetime "updated_at", null: false
t.string "account_number"
t.string "sla_number"
t.string "mobile_phone"
t.string "work_phone"
t.string "home_phone"
t.string "municipality"
t.string "main_product"
t.string "contract_name"
t.date "contract_from"
t.date "contract_to"
end