You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
psql guthrieDB -c "CREATE TABLE users (id serial unique,user_fullname character varying(255) NOT NULL,phone character varying(255),address character varying(255),languages character varying(255),email character varying(255) NOT NULL,crypted_password character varying(255) NOT NULL,created_at timestamp with time zone DEFAULT now(),is_admin boolean DEFAULT false,token character varying(255),updated_at timestamp with time zone DEFAULT now());"