户外活动追踪系统 - 仅限管理员访问
psql -U gtadmin -d greentrekker -h localhost INSERT INTO users (username, email, password_hash, role) VALUES ('username', 'email@example.com', 'hashed_password', 'user');