SQLSTATE[42S02]: Base table or view not found: 1146 Table 'dbs1056212.User_Logs' doesn't exist

前端 未结 0 1587
我寻月下人不归
我寻月下人不归 2020-12-07 19:16

I have SQL file that have the following:

CREATE TABLE `Task_type` (
  `id` int(10) UNSIGNED NOT NULL,
  `name` varchar(255) NOT NULL,
  `created_at` timestamp         


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