1 2 3 4 5 6 7 8 9
table! { members (id) { id -> Integer, username -> Varchar, password -> Varchar, phone_number -> Varchar, email_id -> Varchar, } }