SQLSTATE[HY000]: General error: 1128 Function 'ngram' is not defined (SQL: CREATE FULLTEXT INDEX content ON `testposts` (`content`) WITH PARSER ngram)
出error了,表没写进去,不全,只有这些内容
如果二次点击那么肯定就会报错表已存在
SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'testmigrations' already exists (SQL: create table `testmigrations` (`migration` varchar(255) not null, `extension` varchar(255) null) default character set utf8mb4 collate 'utf8mb4_unicode_ci' engine = InnoDB)