Viewing File: /home/ubuntu/code-backup/code_review/phabricator/resources/sql/patches/003.more_oauth.sql
alter table {$NAMESPACE}_user.user_oauthinfo add accountURI varchar(255);
alter table {$NAMESPACE}_user.user_oauthinfo add accountName varchar(255);
alter table {$NAMESPACE}_user.user_oauthinfo add token varchar(255);
alter table {$NAMESPACE}_user.user_oauthinfo add tokenExpires int unsigned;
alter table {$NAMESPACE}_user.user_oauthinfo add tokenScope varchar(255);
alter table {$NAMESPACE}_user.user_oauthinfo add tokenStatus varchar(255);
Back to Directory
File Manager