update database
This commit is contained in:
@@ -50,6 +50,7 @@ CREATE TABLE `users` (
|
||||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||||
`username` varchar(50) NOT NULL UNIQUE,
|
||||
`password` varchar(255) NOT NULL,
|
||||
`password_plain` varchar(255) DEFAULT NULL,
|
||||
`role` enum('admin', 'petugas_lapangan', 'guest') NOT NULL,
|
||||
`rumah_ibadah_id` int(11) DEFAULT NULL,
|
||||
`created_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
|
||||
|
||||
Reference in New Issue
Block a user