Project

General

Profile

1
-- Remove private data that should not be publicly visible
2
ALTER TABLE tbl_users DROP COLUMN password;
(9-9/12)