提交 60967692 authored 作者: 宋文杰's avatar 宋文杰

fix(attendance template): update the attendance_templates datatable structure to add is_del field

上级 7f137aac
......@@ -33,6 +33,7 @@ CREATE TABLE `attendance_templates` (
`position` varchar(20) NOT NULL COMMENT '所属岗位',
`unit_id` int(11) unsigned NOT NULL COMMENT '单位部门id',
`remark` varchar(50) DEFAULT NULL COMMENT '备注',
`is_del` bit(1) NOT NULL DEFAULT b'0' COMMENT '是否删除',
PRIMARY KEY (`shift_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='班次表';
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论