INSERT INTO user ( `id`, `email`, `role`, `name`, `open_id`, `password_hash` ) VALUES ( 101, 'demo@usememos.com', 'OWNER', 'Demo Owner', 'demo_open_id', -- raw password: secret '$2a$14$ajq8Q7fbtFRQvXpdCq7Jcuy.Rx1h/L4J60Otx.gyNLbAYctGMJ9tK' );