sql import ederken bu hatayı alıyorum yardımcı olabilecek varmıdır acaba neden olur bu hata
---- Database: `cesoftc1_chp`---- ------------------------------------------------------------ Table structure for table `blog_category`--CREATE TABLE `blog_category` ( `id` int NOT NULL, `name` varchar(40) DEFAULT NULL, `status` int DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci ROW_FORMAT=DYNAMIC;