@ByteBender 在 解决 record not found 问题 中发帖
[image]
15个呆瓜把自己注销掉了
解决方案:
UPDATE users set deleted_at = Null where deleted_at IS not NULL;
[image]
15个呆瓜把自己注销掉了
解决方案:
UPDATE users set deleted_at = Null where deleted_at IS not NULL;