We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create tables for Visas, a java repo class to fetch Visas. Make migrate scripts to create visa.
Refer to Bashar's NOtes: Sql DB Changes
CREATE TABLE GA4GHVISA ( id UUID PRIMARY KEY, type ENUM, source varchar(255) NOT NULL, value varchar(255) NOT NULL, by varchar(255) NOT NULL, );
The text was updated successfully, but these errors were encountered:
Azher2Ali
Successfully merging a pull request may close this issue.
Detailed Description
Create tables for Visas, a java repo class to fetch Visas.
Make migrate scripts to create visa.
Refer to Bashar's NOtes:
Sql DB Changes
The text was updated successfully, but these errors were encountered: