diff --git a/database/sql/tags.sql b/database/sql/tags.sql new file mode 100644 index 00000000..53ef03d0 --- /dev/null +++ b/database/sql/tags.sql @@ -0,0 +1,9 @@ +delete from `tags` where `type` = 4; +INSERT INTO `tags` (`id`, `type`, `name`, `created_at`, `updated_at`) VALUES +(1, 4, '调出', '2022-06-12 19:49:55', '2023-08-10 04:24:02'), +(2, 4, '进货', '2022-06-12 19:49:55', '2023-08-10 04:23:31'), +(3, 4, '提货', '2022-07-27 01:05:41', '2022-07-27 01:05:41'), +(4, 4, '报损', '2022-08-14 11:22:07', '2022-08-14 11:22:07'), +(5, 4, '自用', '2022-08-14 11:24:40', '2022-08-14 11:24:55'), +(9, 4, '发货', '2022-08-26 01:54:33', '2022-08-26 01:54:33'), +(13, 4, '调入', '2023-08-10 04:24:14', '2023-08-10 04:24:14'); \ No newline at end of file