app/DoctrineMigrations/Version20240717085010.php line 1

Open in your IDE?
  1. <?php
  2. declare(strict_types=1);
  3. namespace DoctrineMigrations;
  4. use Doctrine\DBAL\Schema\Schema;
  5. use Doctrine\Migrations\AbstractMigration;
  6. /**
  7.  * Auto-generated Migration: Please modify to your needs!
  8.  */
  9. final class Version20240717085010 extends AbstractMigration
  10. {
  11.     public function getDescription(): string
  12.     {
  13.         return '';
  14.     }
  15.     public function up(Schema $schema): void
  16.     {
  17.         $this->addSql("SET foreign_key_checks = 0;");
  18.         $this->addSql("TRUNCATE `plg_productoption_dtb_optioncategory`");
  19.         $this->addSql("TRUNCATE `plg_productoption_dtb_option`");
  20.         $this->addSql("SET foreign_key_checks = 1;");
  21.         $this->addSql("
  22.         INSERT INTO `plg_productoption_dtb_option` (`id`, `creator_id`, `name`, `backend_name`, `description`, `type`, `pricedisp_flg`, `description_flg`, `is_required`, `require_min`, `require_max`, `sort_no`, `create_date`, `update_date`, `discriminator_type`, `material_id`, `sticker_type`, `delete_flg`, `option_code`) VALUES
  23.         (1, 1, 'サイズ(横)', 'サイズ(横)', NULL, 7, 0, 0, 0, NULL, NULL, 1, '2024-04-16 03:26:10', '2024-04-19 09:10:36', 'option', NULL, NULL, 0, 'width'),
  24.         (2, 1, 'サイズ(縦)', 'サイズ(縦)', NULL, 7, 0, 0, 0, NULL, NULL, 2, '2024-04-16 03:30:35', '2024-04-19 09:10:36', 'option', NULL, NULL, 0, 'height'),
  25.         (3, 1, 'ホワイトインク', 'ホワイトインク', NULL, 3, 0, 0, 0, NULL, NULL, 3, '2024-04-16 03:32:43', '2024-04-19 09:10:36', 'option', NULL, 'print', 0, 'white_ink'),
  26.         (4, 1, '備考', '備考', NULL, 5, 0, 0, 0, NULL, NULL, 4, '2024-04-16 03:35:46', '2024-04-19 09:10:36', 'option', NULL, NULL, 0, 'remarks'),
  27.         (5, 1, 'サイズ指定方法', 'サイズ指定方法', NULL, 1, 0, 0, 0, NULL, NULL, 5, '2024-04-16 03:37:05', '2024-04-19 09:10:36', 'option', NULL, NULL, 0, 'specify_size'),
  28.         (6, 1, 'カッティングステッカーにしたい文字', 'カッティングステッカーにしたい文字', NULL, 5, 0, 0, 0, NULL, NULL, 7, '2024-04-16 03:40:50', '2024-04-19 09:10:36', 'option', NULL, 'cutting', 0, 'sticker_text'),
  29.         (7, 1, '書体', '書体', NULL, 1, 0, 0, 0, NULL, NULL, 6, '2024-04-16 03:41:23', '2024-04-19 09:10:36', 'option', NULL, 'cutting', 0, 'font'),
  30.         (8, 1, 'カット形状', 'カット形状', NULL, 1, 0, 0, 0, NULL, NULL, 8, '2024-04-16 03:42:13', '2024-04-19 09:10:36', 'option', NULL, 'print', 0, 'cut_shape'),
  31.         (9, 1, '転写用シート', '転写用シート', NULL, 1, 0, 0, 0, NULL, NULL, 9, '2024-04-16 05:49:04', '2024-04-19 09:10:36', 'option', NULL, 'cutting', 0, 'transfer_sheet'),
  32.         (10, 1, '低画質判定', '低画質判定', NULL, 1, 0, 0, 0, NULL, NULL, 10, '2024-04-16 05:49:51', '2024-04-19 09:10:36', 'option', NULL, 'print', 0, 'low_quality'),
  33.         (11, 1, 'メモ', 'メモ', NULL, 5, 0, 0, 0, NULL, NULL, 11, '2024-04-16 05:50:36', '2024-04-19 09:10:36', 'option', NULL, NULL, 0, 'memo'),
  34.         (12, 1, 'データ種別', 'データ種別', NULL, 1, 0, 0, 0, NULL, NULL, 12, '2024-04-16 05:51:13', '2024-04-19 09:10:36', 'option', NULL, NULL, 0, 'design_data_type'),
  35.         (13, 1, 'データ変換依頼', 'データ変換依頼', NULL, 2, 0, 0, 0, NULL, NULL, 13, '2024-04-16 05:53:02', '2024-04-19 09:10:36', 'option', NULL, 'print', 0, 'data_conversion_request'),
  36.         (14, 1, 'カット量(プリントステッカー)', 'カット量(プリントステッカー)', NULL, 7, 0, 0, 0, NULL, NULL, 14, '2024-04-16 05:56:12', '2024-04-19 09:10:36', 'option', NULL, 'print', 0, 'print_sticker_cut_amount'),
  37.         (15, 1, 'カット数(プリントステッカー)', 'カット数(プリントステッカー)', NULL, 7, 0, 0, 0, NULL, NULL, 15, '2024-04-16 05:56:35', '2024-04-19 09:10:36', 'option', NULL, 'print', 0, 'print_sticker_cut_num'),
  38.         (16, 1, '納品時の状態', '納品時の状態', NULL, 1, 0, 0, 0, NULL, NULL, 16, '2024-04-16 05:57:51', '2024-04-19 09:10:36', 'option', NULL, 'print', 0, 'delivery_condition'),
  39.         (17, 1, '20平方センチ以下の台紙カット', '20平方センチ以下の台紙カット', NULL, 7, 0, 0, 0, NULL, NULL, 17, '2024-04-16 06:01:21', '2024-04-19 09:10:36', 'option', NULL, 'print', 0, 'mount_cut'),
  40.         (18, 1, '転写アプリ', '転写アプリ', NULL, 7, 0, 0, 0, NULL, NULL, 18, '2024-04-16 06:03:14', '2024-04-19 09:10:36', 'option', NULL, 'print', 0, 'transcription_app'),
  41.         (19, 1, 'カット量(カッティングステッカー)', 'カット量(カッティングステッカー)', NULL, 7, 0, 0, 0, NULL, NULL, 19, '2024-04-16 06:04:54', '2024-04-19 09:10:36', 'option', NULL, 'cutting', 0, 'cutting_sticker_cut_amount'),
  42.         (20, 1, 'カット数(カッティングステッカー)', 'カット数(カッティングステッカー)', NULL, 7, 0, 0, 0, NULL, NULL, 20, '2024-04-16 06:05:20', '2024-04-19 09:10:36', 'option', NULL, 'cutting', 0, 'cutting_sticker_cut_num'),
  43.         (21, 1, '台紙余白についての指定', '台紙余白についての指定', NULL, 1, 0, 0, 0, NULL, NULL, 21, '2024-04-16 06:06:02', '2024-04-19 09:10:36', 'option', NULL, 'cutting', 0, 'mount_margin'),
  44.         (22, 1, '文字の行数', '文字の行数', NULL, 1, 0, 0, 0, NULL, NULL, 22, '2024-04-16 06:06:52', '2024-04-19 09:10:36', 'option', NULL, 'cutting', 0, 'line'),
  45.         (23, 1, '斜体', '斜体', NULL, 3, 0, 0, 0, NULL, NULL, 23, '2024-04-16 06:07:33', '2024-04-19 09:10:36', 'option', NULL, 'cutting', 0, 'italic'),
  46.         (24, 1, '縦書き', '縦書き', NULL, 3, 0, 0, 0, NULL, NULL, 24, '2024-04-16 06:07:50', '2024-04-19 09:10:36', 'option', NULL, 'cutting', 0, 'vertical_writing'),
  47.         (25, 1, '1行ずつ分けて作る', '1行ずつ分けて作る', NULL, 3, 0, 0, 0, NULL, NULL, 25, '2024-04-16 06:08:23', '2024-04-19 09:10:36', 'option', NULL, 'cutting', 0, 'separate_line'),
  48.         (26, 1, '文字位置', '文字位置', NULL, 1, 0, 0, 0, NULL, NULL, 26, '2024-04-16 06:08:40', '2024-04-19 09:10:36', 'option', NULL, 'cutting', 0, 'text_align'),
  49.         (27, 1, '大きくしたい文字', '大きくしたい文字', NULL, 5, 0, 0, 0, NULL, NULL, 27, '2024-04-16 06:10:10', '2024-04-19 09:10:36', 'option', NULL, 'cutting', 0, 'large_text'),
  50.         (28, 1, 'カッティングステッカー基本加工料', 'カッティングステッカー基本加工料', NULL, 7, 0, 0, 0, NULL, NULL, 28, '2024-06-05 02:51:43', '2024-06-05 02:51:43', 'option', NULL, 'cutting', NULL, 'basic_processing_fee');
  51.         ");
  52.         $this->addSql("
  53.         INSERT INTO `plg_productoption_dtb_optioncategory` (`id`, `option_id`, `creator_id`, `name`, `description`, `disable_flg`, `init_flg`, `hidden_flg`, `value`, `delivery_free_flg`, `multiple_flg`, `sort_no`, `create_date`, `update_date`, `discriminator_type`, `delete_flg`, `config`) VALUES
  54.         (1, 5, 1, '入力サイズとおり', NULL, 0, 0, 0, NULL, 0, NULL, 1, '2024-04-16 03:38:14', '2024-04-16 03:38:14', 'optioncategory', 0, '{\"print_sticker\":{\"label\":\"入力サイズとおり\",\"data_temp_value\":1},\"cutting_sticker\":{\"label\":\"入力サイズとおり\",\"data_temp_value\":1}}'),
  55.         (2, 5, 1, '横サイズを重視', NULL, 0, 0, 0, NULL, 0, NULL, 2, '2024-04-16 03:38:38', '2024-04-16 03:38:38', 'optioncategory', 0, '{\"print_sticker\":{\"label\":\"横サイズを重視\",\"data_temp_value\":2},\"cutting_sticker\":{\"label\":\"横サイズを重視\",\"data_temp_value\":2}}'),
  56.         (3, 5, 1, '縦サイズを重視', NULL, 0, 0, 0, NULL, 0, NULL, 3, '2024-04-16 03:38:51', '2024-04-16 03:38:51', 'optioncategory', 0, '{\"print_sticker\":{\"label\":\"縦サイズを重視\",\"data_temp_value\":3},\"cutting_sticker\":{\"label\":\"縦サイズを重視\",\"data_temp_value\":3}}'),
  57.         (4, 8, 1, '四角形', NULL, 0, 0, 0, NULL, 0, NULL, 1, '2024-04-16 03:42:35', '2024-04-16 03:42:35', 'optioncategory', 1, NULL),
  58.         (5, 8, 1, '丸角四角形', NULL, 0, 0, 0, NULL, 0, NULL, 2, '2024-04-16 03:42:44', '2024-04-16 03:42:44', 'optioncategory', 1, NULL),
  59.         (6, 8, 1, '円形・楕円', NULL, 0, 0, 0, NULL, 0, NULL, 3, '2024-04-16 03:42:52', '2024-04-16 03:42:52', 'optioncategory', 1, NULL),
  60.         (7, 12, 1, '完全データ', NULL, 0, 0, 0, NULL, 0, NULL, 1, '2024-04-16 05:51:29', '2024-04-16 05:51:29', 'optioncategory', 0, '{\"print_sticker\":{\"label\":\"AI\",\"data_temp_value\":1},\"cutting_sticker\":{\"label\":\"AI・SVG・PSD\",\"data_temp_value\":1}}'),
  61.         (8, 12, 1, '画像データ', NULL, 0, 0, 0, NULL, 0, NULL, 2, '2024-04-16 05:51:42', '2024-04-16 05:51:42', 'optioncategory', 0, '{\"print_sticker\":{\"label\":\"PNG・GIF・JPG・JPEG・PDF・PSD\",\"data_temp_value\":2},\"cutting_sticker\":{\"label\":\"PNG・JPEG・GIF・PDF\",\"data_temp_value\":2}}'),
  62.         (10, 13, 1, 'そのまま使用する', NULL, 0, 0, 0, NULL, 0, NULL, 1, '2024-04-16 05:53:26', '2024-04-16 05:53:26', 'optioncategory', 1, NULL),
  63.         (11, 13, 1, 'データ変換を依頼する', NULL, 0, 0, 0, NULL, 0, NULL, 2, '2024-04-16 05:53:34', '2024-04-16 05:53:34', 'optioncategory', 1, NULL),
  64.         (12, 16, 1, '台紙カット', NULL, 0, 0, 0, NULL, 0, NULL, 1, '2024-04-16 05:58:06', '2024-04-16 05:58:06', 'optioncategory', 1, '{\"print_sticker\":{\"data_temp_value\":\"mount_cut\"}}'),
  65.         (13, 16, 1, 'ハーフカット', NULL, 0, 0, 0, NULL, 0, NULL, 2, '2024-04-16 05:58:13', '2024-04-16 05:58:13', 'optioncategory', 1, NULL),
  66.         (14, 16, 1, '1シート複数配置', NULL, 0, 0, 0, NULL, 0, NULL, 3, '2024-04-16 05:58:21', '2024-04-16 05:58:21', 'optioncategory', 1, '{\"print_sticker\":{\"data_temp_value\":\"multi_placement\"}}'),
  67.         (15, 17, 1, NULL, NULL, NULL, NULL, NULL, 10.00, 0, 1, 1, '2024-04-16 06:01:40', '2024-04-16 06:01:40', 'optioncategory', 1, NULL),
  68.         (16, 10, 1, 'なし', NULL, 0, 0, 0, NULL, 0, NULL, 1, '2024-04-16 06:03:41', '2024-04-16 06:03:41', 'optioncategory', 1, NULL),
  69.         (17, 10, 1, 'あり・そのまま使用する', NULL, 0, 0, 0, NULL, 0, NULL, 2, '2024-04-16 06:03:48', '2024-04-16 06:03:48', 'optioncategory', 1, NULL),
  70.         (18, 10, 1, 'あり・データ変換の依頼', NULL, 0, 0, 0, NULL, 0, NULL, 3, '2024-04-16 06:03:56', '2024-04-16 06:03:56', 'optioncategory', 1, NULL),
  71.         (19, 21, 1, 'おまかせ', NULL, 0, 0, 0, NULL, 0, NULL, 1, '2024-04-16 06:06:16', '2024-04-16 06:06:16', 'optioncategory', 1, NULL),
  72.         (20, 21, 1, '指定あり', NULL, 0, 0, 0, NULL, 0, NULL, 2, '2024-04-16 06:06:24', '2024-04-16 06:06:24', 'optioncategory', 1, NULL),
  73.         (21, 22, 1, '1行', NULL, 0, 0, 0, NULL, 0, NULL, 1, '2024-04-16 06:07:05', '2024-04-16 06:07:05', 'optioncategory', 1, '{\"cutting_sticker\":{\"data_temp_value\":1}}'),
  74.         (22, 22, 1, '複数行', NULL, 0, 0, 0, NULL, 0, NULL, 2, '2024-04-16 06:07:13', '2024-04-16 06:07:13', 'optioncategory', 1, '{\"cutting_sticker\":{\"data_temp_value\":2}}'),
  75.         (23, 26, 1, '左寄せ', NULL, 0, 0, 0, NULL, 0, NULL, 1, '2024-04-16 06:09:37', '2024-04-16 06:09:37', 'optioncategory', 1, NULL),
  76.         (24, 26, 1, '中央寄せ', NULL, 0, 0, 0, NULL, 0, NULL, 2, '2024-04-16 06:09:44', '2024-04-16 06:09:44', 'optioncategory', 1, NULL),
  77.         (25, 26, 1, '右寄せ', NULL, 0, 0, 0, NULL, 0, NULL, 3, '2024-04-16 06:09:51', '2024-04-16 06:09:51', 'optioncategory', 1, NULL),
  78.         (26, 9, 1, '透明フィルムタイプ / 弱粘', NULL, 0, 0, 0, NULL, 0, NULL, 1, '2024-04-16 06:10:36', '2024-04-16 06:10:36', 'optioncategory', 1, NULL),
  79.         (27, 9, 1, '透明フィルムタイプ / 中粘', NULL, 0, 0, 0, NULL, 0, NULL, 2, '2024-04-16 06:10:44', '2024-04-16 06:10:44', 'optioncategory', 1, NULL),
  80.         (28, 9, 1, '透明フィルムタイプ / 強粘', NULL, 0, 0, 0, NULL, 0, NULL, 3, '2024-04-16 06:10:50', '2024-04-16 06:10:50', 'optioncategory', 1, NULL),
  81.         (29, 9, 1, '和紙タイプ / 弱粘', NULL, 0, 0, 0, NULL, 0, NULL, 4, '2024-04-16 06:10:57', '2024-04-16 06:10:57', 'optioncategory', 1, NULL),
  82.         (30, 9, 1, '和紙タイプ / 中粘', NULL, 0, 0, 0, NULL, 0, NULL, 5, '2024-04-16 06:11:03', '2024-04-16 06:11:03', 'optioncategory', 1, NULL),
  83.         (31, 9, 1, '和紙タイプ / 強粘', NULL, 0, 0, 0, NULL, 0, NULL, 6, '2024-04-16 06:11:12', '2024-04-16 06:11:12', 'optioncategory', 1, NULL),
  84.         (32, 5, 1, '実寸データ', NULL, 0, 0, 0, NULL, 0, NULL, 4, '2024-05-07 03:26:15', '2024-05-07 03:26:15', 'optioncategory', 0, '{\"cutting_sticker\" : {\"code\" : \"actual_size\"}}'),
  85.         (33, 8, 1, 'デザインに沿って', NULL, 0, 0, 0, NULL, 0, NULL, 4, '2024-05-07 03:50:13', '2024-05-07 03:50:13', 'optioncategory', 1, NULL),
  86.         (34, 7, 1, '筑紫A丸ゴシック B', NULL, 0, 0, 0, NULL, 0, NULL, 1, '2024-05-28 03:10:12', '2024-05-28 03:10:12', 'optioncategory', NULL, '{\"cutting_sticker\":{\"font_support_lang\":\"ja\",\"font_family\":\"FOT-筑紫A丸ゴシック Std B\"}}'),
  87.         (35, 7, 1, '筑紫ANB丸ゴS B', NULL, 0, 0, 0, NULL, 0, NULL, 2, '2024-05-28 03:10:40', '2024-05-28 03:10:40', 'optioncategory', NULL, '{\"cutting_sticker\":{\"font_support_lang\":\"ja\",\"font_family\":\"FOT-筑紫ANB丸ゴS Std B\"}}'),
  88.         (36, 12, 1, 'テキスト入力', NULL, 0, 0, 0, NULL, 0, NULL, 3, '2024-06-03 03:18:29', '2024-06-03 03:18:29', 'optioncategory', NULL, '{\"cutting_sticker\" : {\"label\" : \"テキスト入力・書体選択\", \"data_temp_value\" : \"3\"}}'),
  89.         (37, 7, 1, 'スーラ M', NULL, 0, 0, 0, NULL, 0, NULL, 3, '2024-07-05 07:34:57', '2024-07-05 07:34:57', 'optioncategory', NULL, '{\"cutting_sticker\":{\"font_support_lang\":\"ja\",\"font_family\":\"FOT-スーラ ProN M\"}}'),
  90.         (38, 7, 1, 'スーラ B', NULL, 0, 0, 0, NULL, 0, NULL, 4, '2024-07-05 07:35:59', '2024-07-05 07:35:59', 'optioncategory', NULL, '{\"cutting_sticker\":{\"font_support_lang\":\"ja\",\"font_family\":\"FOT-スーラ ProN DB\"}}'),
  91.         (39, 7, 1, 'スーラ EB', NULL, 0, 0, 0, NULL, 0, NULL, 5, '2024-07-05 07:36:10', '2024-07-05 07:36:10', 'optioncategory', NULL, '{\"cutting_sticker\":{\"font_support_lang\":\"ja\",\"font_family\":\"FOT-スーラ ProN EB\"}}'),
  92.         (40, 7, 1, '筑紫AMゴシックS B', NULL, 0, 0, 0, NULL, 0, NULL, 6, '2024-07-05 07:36:16', '2024-07-05 07:36:16', 'optioncategory', NULL, '{\"cutting_sticker\":{\"font_support_lang\":\"ja\",\"font_family\":\"FOT-筑紫AMゴシックS Std B\"}}'),
  93.         (41, 7, 1, '筑紫オールドゴシック B', NULL, 0, 0, 0, NULL, 0, NULL, 7, '2024-07-05 07:36:24', '2024-07-05 07:36:24', 'optioncategory', NULL, '{\"cutting_sticker\":{\"font_support_lang\":\"ja\",\"font_family\":\"FOT-筑紫オールドゴシック Std B\"}}'),
  94.         (42, 7, 1, 'ニューロダン M', NULL, 0, 0, 0, NULL, 0, NULL, 8, '2024-07-05 07:36:31', '2024-07-05 07:36:31', 'optioncategory', NULL, '{\"cutting_sticker\":{\"font_support_lang\":\"ja\",\"font_family\":\"FOT-ニューロダン ProN M\"}}'),
  95.         (43, 7, 1, 'ニューロダン B', NULL, 0, 0, 0, NULL, 0, NULL, 9, '2024-07-05 07:36:38', '2024-07-05 07:36:38', 'optioncategory', NULL, '{\"cutting_sticker\":{\"font_support_lang\":\"ja\",\"font_family\":\"FOT-ニューロダン ProN B\"}}'),
  96.         (44, 7, 1, 'ニューロダン EB', NULL, 0, 0, 0, NULL, 0, NULL, 10, '2024-07-05 07:36:46', '2024-07-05 07:36:46', 'optioncategory', NULL, '{\"cutting_sticker\":{\"font_support_lang\":\"ja\",\"font_family\":\"FOT-ニューロダン ProN EB\"}}'),
  97.         (45, 7, 1, 'UD明朝 M', NULL, 0, 0, 0, NULL, 0, NULL, 11, '2024-07-05 07:36:53', '2024-07-05 07:36:53', 'optioncategory', NULL, '{\"cutting_sticker\":{\"font_support_lang\":\"ja\",\"font_family\":\"FOT-UD明朝 Pr6 M\"}}'),
  98.         (46, 7, 1, 'UD明朝 B', NULL, 0, 0, 0, NULL, 0, NULL, 12, '2024-07-05 07:37:00', '2024-07-05 07:37:00', 'optioncategory', NULL, '{\"cutting_sticker\":{\"font_support_lang\":\"ja\",\"font_family\":\"FOT-UD明朝 Pr6 B\"}}'),
  99.         (47, 7, 1, 'モード明朝Aラージ B', NULL, 0, 0, 0, NULL, 0, NULL, 13, '2024-07-05 07:37:04', '2024-07-05 07:37:04', 'optioncategory', NULL, '{\"cutting_sticker\":{\"font_support_lang\":\"ja\",\"font_family\":\"FOT-モード明朝Aラージ ProN B\"}}'),
  100.         (48, 7, 1, 'モード明朝Aラージ H', NULL, 0, 0, 0, NULL, 0, NULL, 14, '2024-07-05 07:37:10', '2024-07-05 07:37:10', 'optioncategory', NULL, '{\"cutting_sticker\":{\"font_support_lang\":\"ja\",\"font_family\":\"FOT-モード明朝Aラージ ProN H\"}}'),
  101.         (49, 7, 1, 'イワタ太行書体', NULL, 0, 0, 0, NULL, 0, NULL, 15, '2024-07-05 07:37:14', '2024-07-05 07:37:14', 'optioncategory', NULL, '{\"cutting_sticker\":{\"font_support_lang\":\"ja\",\"font_family\":\"I-OTF行書Pro B\"}}'),
  102.         (50, 7, 1, 'イワタ新隷書体', NULL, 0, 0, 0, NULL, 0, NULL, 16, '2024-07-05 07:37:19', '2024-07-05 07:37:19', 'optioncategory', NULL, '{\"cutting_sticker\":{\"font_support_lang\":\"ja\",\"font_family\":\"I-OTF新隷書Pro M\"}}'),
  103.         (51, 7, 1, '大江戸勘亭流', NULL, 0, 0, 0, NULL, 0, NULL, 17, '2024-07-05 07:37:25', '2024-07-05 07:37:25', 'optioncategory', NULL, '{\"cutting_sticker\":{\"font_support_lang\":\"ja\",\"font_family\":\"FOT-大江戸勘亭流 Std E\"}}'),
  104.         (52, 7, 1, 'イワタ中太楷書体', NULL, 0, 0, 0, NULL, 0, NULL, 18, '2024-07-05 07:37:31', '2024-07-05 07:37:31', 'optioncategory', NULL, '{\"cutting_sticker\":{\"font_support_lang\":\"ja\",\"font_family\":\"I-OTF楷書Pro D\"}}'),
  105.         (53, 7, 1, '清御隷書体', NULL, 0, 0, 0, NULL, 0, NULL, 19, '2024-07-05 07:37:37', '2024-07-05 07:37:37', 'optioncategory', NULL, '{\"cutting_sticker\":{\"font_support_lang\":\"ja\",\"font_family\":\"FOT-清御隷書体 StdN R\"}}'),
  106.         (54, 7, 1, 'ロックンロール', NULL, 0, 0, 0, NULL, 0, NULL, 20, '2024-07-05 07:37:42', '2024-07-05 07:37:42', 'optioncategory', NULL, '{\"cutting_sticker\":{\"font_support_lang\":\"ja\",\"font_family\":\"FOT-ロックンロール Std DB\"}}'),
  107.         (55, 7, 1, 'スランプ', NULL, 0, 0, 0, NULL, 0, NULL, 21, '2024-07-05 07:37:49', '2024-07-05 07:37:49', 'optioncategory', NULL, '{\"cutting_sticker\":{\"font_support_lang\":\"ja\",\"font_family\":\"FOT-スランプ Std DB\"}}'),
  108.         (56, 7, 1, 'Popジョイ', NULL, 0, 0, 0, NULL, 0, NULL, 22, '2024-07-05 07:38:17', '2024-07-05 07:38:17', 'optioncategory', NULL, '{\"cutting_sticker\":{\"font_support_lang\":\"ja\",\"font_family\":\"FOT-Popジョイ Std B\"}}'),
  109.         (57, 7, 1, 'ハミング', NULL, 0, 0, 0, NULL, 0, NULL, 23, '2024-07-05 07:38:23', '2024-07-05 07:38:23', 'optioncategory', NULL, '{\"cutting_sticker\":{\"font_support_lang\":\"ja\",\"font_family\":\"FOT-ハミング ProN B\"}}'),
  110.         (58, 7, 1, 'コミックミステリ', NULL, 0, 0, 0, NULL, 0, NULL, 24, '2024-07-05 07:38:30', '2024-07-05 07:38:30', 'optioncategory', NULL, '{\"cutting_sticker\":{\"font_support_lang\":\"ja\",\"font_family\":\"FOT-コミックミステリ Std DB\"}}'),
  111.         (59, 7, 1, 'ユールカ', NULL, 0, 0, 0, NULL, 0, NULL, 25, '2024-07-05 07:38:37', '2024-07-05 07:38:37', 'optioncategory', NULL, '{\"cutting_sticker\":{\"font_support_lang\":\"ja\",\"font_family\":\"FOT-ユールカ Std UB\"}}'),
  112.         (60, 7, 1, 'ベビポップ', NULL, 0, 0, 0, NULL, 0, NULL, 26, '2024-07-05 07:38:46', '2024-07-05 07:38:46', 'optioncategory', NULL, '{\"cutting_sticker\":{\"font_support_lang\":\"ja\",\"font_family\":\"FOT-ベビポップ Std EB\"}}'),
  113.         (61, 7, 1, 'パルラムネ', NULL, 0, 0, 0, NULL, 0, NULL, 27, '2024-07-05 07:38:51', '2024-07-05 07:38:51', 'optioncategory', NULL, '{\"cutting_sticker\":{\"font_support_lang\":\"ja\",\"font_family\":\"FOT-パルラムネ Std B\"}}'),
  114.         (62, 7, 1, 'スキップ', NULL, 0, 0, 0, NULL, 0, NULL, 28, '2024-07-05 07:38:57', '2024-07-05 07:38:57', 'optioncategory', NULL, '{\"cutting_sticker\":{\"font_support_lang\":\"ja\",\"font_family\":\"FOT-スキップ ProN B\"}}'),
  115.         (63, 7, 1, 'カッコウ', NULL, 0, 0, 0, NULL, 0, NULL, 29, '2024-07-05 07:50:02', '2024-07-05 07:50:02', 'optioncategory', NULL, '{\"cutting_sticker\":{\"font_support_lang\":\"ja\",\"font_family\":\"FOT-カッコウ Std B\"}}'),
  116.         (64, 7, 1, 'DIN Next™ Stencil Bold', NULL, 0, 0, 0, NULL, 0, NULL, 30, '2024-07-05 07:50:09', '2024-07-05 07:50:09', 'optioncategory', NULL, '{\"cutting_sticker\":{\"font_support_lang\":\"en\",\"font_family\":\"DINNextStencil-Bold\"}}'),
  117.         (65, 7, 1, 'Optima nova® Pro Demi', NULL, 0, 0, 0, NULL, 0, NULL, 31, '2024-07-05 07:50:15', '2024-07-05 07:50:15', 'optioncategory', NULL, '{\"cutting_sticker\":{\"font_support_lang\":\"en\",\"font_family\":\"OptimaNovaLTPro-Demi\"}}'),
  118.         (66, 7, 1, 'Optima® Pro Extra Black', NULL, 0, 0, 0, NULL, 0, NULL, 32, '2024-07-05 07:50:21', '2024-07-05 07:50:21', 'optioncategory', NULL, '{\"cutting_sticker\":{\"font_support_lang\":\"en\",\"font_family\":\"OptimaLTPro-ExtraBlack\"}}'),
  119.         (67, 7, 1, 'Clarendon® BT Pro Black', NULL, 0, 0, 0, NULL, 0, NULL, 33, '2024-07-05 07:50:26', '2024-07-05 07:50:26', 'optioncategory', NULL, '{\"cutting_sticker\":{\"font_support_lang\":\"en\",\"font_family\":\"ClarendonBTPro-Black\"}}'),
  120.         (68, 7, 1, 'Cooper Black™ Pro Regular', NULL, 0, 0, 0, NULL, 0, NULL, 34, '2024-07-05 07:50:33', '2024-07-05 07:50:33', 'optioncategory', NULL, '{\"cutting_sticker\":{\"font_support_lang\":\"en\",\"font_family\":\"CooperBlackLTPro\"}}'),
  121.         (69, 7, 1, 'Daytona™ Pro Fat', NULL, 0, 0, 0, NULL, 0, NULL, 35, '2024-07-05 07:50:39', '2024-07-05 07:50:39', 'optioncategory', NULL, '{\"cutting_sticker\":{\"font_support_lang\":\"en\",\"font_family\":\"DaytonaPro-Fat\"}}'),
  122.         (70, 7, 1, 'Eurostile® Candy Pro Bold', NULL, 0, 0, 0, NULL, 0, NULL, 36, '2024-07-05 07:50:45', '2024-07-05 07:50:45', 'optioncategory', NULL, '{\"cutting_sticker\":{\"font_support_lang\":\"en\",\"font_family\":\"EurostileCandyLTPro-SmBd\"}}'),
  123.         (71, 7, 1, 'ITC Braganza™ Std Regular', NULL, 0, 0, 0, NULL, 0, NULL, 37, '2024-07-05 07:50:51', '2024-07-05 07:50:51', 'optioncategory', NULL, '{\"cutting_sticker\":{\"font_support_lang\":\"en\",\"font_family\":\"BraganzaITCStd-Regular\"}}'),
  124.         (72, 7, 1, 'Kaufmann® Std Bold', NULL, 0, 0, 0, NULL, 0, NULL, 38, '2024-07-05 07:50:57', '2024-07-05 07:50:57', 'optioncategory', NULL, '{\"cutting_sticker\":{\"font_support_lang\":\"en\",\"font_family\":\"KaufmannStd-Bold\"}}'),
  125.         (73, 7, 1, 'Mistral® Std Regular', NULL, 0, 0, 0, NULL, 0, NULL, 39, '2024-07-05 07:51:02', '2024-07-05 07:51:02', 'optioncategory', NULL, '{\"cutting_sticker\":{\"font_support_lang\":\"en\",\"font_family\":\"MistralStd\"}}'),
  126.         (74, 7, 1, 'Zapfino® Extra Pro Regular', NULL, 0, 0, 0, NULL, 0, NULL, 40, '2024-07-05 07:51:07', '2024-07-05 07:51:07', 'optioncategory', NULL, '{\"cutting_sticker\":{\"font_support_lang\":\"en\",\"font_family\":\"ZapfinoExtraLTPro\"}}'),
  127.         (75, 7, 1, 'Walbaum™ Fraktur Com Regular', NULL, 0, 0, 0, NULL, 0, NULL, 41, '2024-07-05 07:51:13', '2024-07-05 07:51:13', 'optioncategory', NULL, '{\"cutting_sticker\":{\"font_support_lang\":\"en\",\"font_family\":\"WalbaumFrakturCom\"}}'),
  128.         (76, 7, 1, 'Helvetica® Now Text Black', NULL, 0, 0, 0, NULL, 0, NULL, 42, '2024-07-05 07:51:19', '2024-07-05 07:51:19', 'optioncategory', NULL, '{\"cutting_sticker\":{\"font_support_lang\":\"en\",\"font_family\":\"HelveticaNowText-Black\"}}'),
  129.         (77, 7, 1, 'Helvetica® Now Text Bold ', NULL, 0, 0, 0, NULL, 0, NULL, 43, '2024-07-05 07:51:25', '2024-07-05 07:51:25', 'optioncategory', NULL, '{\"cutting_sticker\":{\"font_support_lang\":\"en\",\"font_family\":\"HelveticaNowText-BdIt\"}}'),
  130.         (78, 23, 1, '有り', NULL, 0, 0, 0, NULL, 0, NULL, 1, '2024-07-16 09:20:58', '2024-07-16 09:20:58', 'optioncategory', 0, NULL),
  131.         (79, 24, 1, '有り', NULL, 0, 0, 0, NULL, 0, NULL, 1, '2024-07-16 09:20:58', '2024-07-16 09:20:58', 'optioncategory', 0, NULL),
  132.         (80, 25, 1, '有り', NULL, 0, 0, 0, NULL, 0, NULL, 1, '2024-07-16 09:20:58', '2024-07-16 09:20:58', 'optioncategory', 0, NULL);
  133.         ");
  134.     }
  135.     public function down(Schema $schema): void
  136.     {
  137.         // this down() migration is auto-generated, please modify it to your needs
  138.     }
  139. }