mysql语句:
INSERT INTO public_template_setting(
`id`, `activity_id`, `key`, `value`, `created_at`, `updated_at`
) SELECT `id`, `activity_id`, `key`, `value`, `created_at`, `updated_at`
FROM user_template_setting;
mysql语句:
INSERT INTO public_template_setting(
`id`, `activity_id`, `key`, `value`, `created_at`, `updated_at`
) SELECT `id`, `activity_id`, `key`, `value`, `created_at`, `updated_at`
FROM user_template_setting;