db.migration.v0.32.0.4__column_width_increase.sql Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of agr_curation_api Show documentation
Show all versions of agr_curation_api Show documentation
This software is for using the curation api as a library
ALTER TABLE experimentalcondition ALTER COLUMN uniqueid TYPE VARCHAR(3000);
ALTER TABLE conditionrelation ALTER COLUMN uniqueid TYPE VARCHAR(3000);
ALTER TABLE annotation ALTER COLUMN uniqueid TYPE VARCHAR(3000);