1 line
74 B
MySQL
1 line
74 B
MySQL
|
INSERT INTO users (email, encrypted_password) VALUES ($1, $2) RETURNING id
|