create table github_authentication_forms ( code text not null ); comment on table github_authentication_forms is ' Used to authenticate user based on the oauth code we receive from github ';