N(
# Query to create table "withdraw_requests":
CREATE TABLE withdraw_requests (
user_id BIGINT NOT NULL,
request_amount INT NOT NULL,
request_status TEXT NOT NULL DEFAULT ("in processing"));
request_id BIGINT NOT NULL,