Leon
11/02/2023, 2:55 AMStefano Bonicatti
11/02/2023, 3:22 PMtype column is a Windows only column, that on other platforms is hidden, which means that it can still be queried, directly, but it won't appear if you select it with *.Stefano Bonicatti
11/02/2023, 3:23 PMLeon
11/03/2023, 5:48 AMtype column when I used select * from users;. I got a type column but no value when I used select type from users; . It shew type = .Leon
11/03/2023, 5:51 AMStefano Bonicatti
11/03/2023, 10:37 AMtype column is filled only for Windows. On other platforms it will be empty.Leon
11/03/2023, 1:17 PM