SQLSTATE[42703]: Undefined column: 7 ERROR: column “service_type_id” of relation “applicant_documents” does not exist

前端 未结 0 905
广开言路
广开言路 2020-12-06 14:27

This is my controller: insert query:

$value = $request->all();
        $file = $request->upload_files;
        if(!empty($file)){
            $path = Ca         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题