Update t/pt-archiver/samples/bulk_insert_special_chars.sql

Co-authored-by: Sveta Smirnova <svetasmirnova@users.noreply.github.com>
This commit is contained in:
xmj147220591
2026-03-06 10:36:27 +08:00
committed by GitHub
parent dd7058e244
commit 4a471e16c6
@@ -4,7 +4,7 @@ DROP DATABASE IF EXISTS `bulk_escape`;
CREATE DATABASE `bulk_escape`;
CREATE TABLE `bulk_escape`.`source` (
`id` int unsigned NOT NULL AUTO_INCREMENT,
`id` int unsigned NOT NULL,
`name` varchar(500) DEFAULT NULL,
`job` varchar(450) DEFAULT NULL,
`stu_id` int DEFAULT NULL,