chore: coding style (#3362)

This commit is contained in:
Kevin Wan
2023-06-17 22:59:00 +08:00
committed by GitHub
parent 45bb547a81
commit 2a33b74b35
3 changed files with 2 additions and 3 deletions

View File

@@ -32,4 +32,4 @@ CREATE TABLE `student`
`update_time` timestamp NULL DEFAULT NULL,
`delete_time` timestamp NULL DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP,
PRIMARY KEY (`type`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;