gssong
2024-06-02 512b5204bc717b78bfbb76afaf81076de9a9f302
script/sql/postgres/flowable.sql
@@ -29,6 +29,7 @@
    end_date    timestamp,
    leave_days  bigint,
    remark      varchar(255),
    status      varchar(255),
    create_dept bigint,
    create_by   bigint,
    create_time timestamp,
@@ -49,6 +50,8 @@
comment on column test_leave.remark is '请假原因';
comment on column test_leave.status is '状态';
comment on column test_leave.create_dept is '创建部门';
comment on column test_leave.create_by is '创建者';