good idea
------------------ ???????? ------------------ ??????: "wenhemin"<[email protected]>; ????????: 2020??4??26??(??????) ????11:23 ??????: "dev"<[email protected]>; ????: [DISCUSS] Add "state" field to table t_ds_user hello, friends! The issue: https://github.com/apache/incubator-dolphinscheduler/issues/1923 <https://github.com/apache/incubator-dolphinscheduler/issues/1923> Need to add a ??state?? field, Control whether users can log in to the system. Sql : ALTER TABLE t_ds_user ADD `state` int(1) DEFAULT 1 COMMENT 'state 0:disable 1:enable'; The PR: https://github.com/apache/incubator-dolphinscheduler/pull/2424 <https://github.com/apache/incubator-dolphinscheduler/pull/2424>
