Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Esse script não funcionou e gerou os seguinte erros: psql:modelR_DBDesign_new.sql:10: ERROR: syntax error at or near "UNSIGNED" LINHA 2: idraster INTEGER UNSIGNED NOT NULL AUTO_INCREMENT, ^ psql:modelR_DBDesign_new.sql:17: ERROR: syntax error at or near "UNSIGNED" LINHA 2: idprojects INTEGER UNSIGNED NOT NULL AUTO_INCREMENT, ^ psql:modelR_DBDesign_new.sql:24: ERROR: syntax error at or near "UNSIGNED" LINHA 2: idOccurrences_metadata INTEGER UNSIGNED NOT NULL AUTO_INCR... ^ psql:modelR_DBDesign_new.sql:30: ERROR: syntax error at or near "UNSIGNED" LINHA 2: idstatus_occurrence INTEGER UNSIGNED NOT NULL AUTO_INCREME... ^ psql:modelR_DBDesign_new.sql:36: ERROR: syntax error at or near "UNSIGNED" LINHA 2: idstatus_experiment INTEGER UNSIGNED NOT NULL AUTO_INCREME... ^ psql:modelR_DBDesign_new.sql:90: ERROR: syntax error at or near "UNSIGNED" LINHA 2: idrgbif_metadata INTEGER UNSIGNED NOT NULL AUTO_INCREMENT, ^ psql:modelR_DBDesign_new.sql:96: ERROR: syntax error at or near "UNSIGNED" LINHA 2: idinstitution INTEGER UNSIGNED NOT NULL AUTO_INCREMENT, ^ psql:modelR_DBDesign_new.sql:103: ERROR: syntax error at or near "UNSIGNED" LINHA 2: idalgorithm INTEGER UNSIGNED NOT NULL AUTO_INCREMENT, ^ psql:modelR_DBDesign_new.sql:119: ERROR: syntax error at or near "UNSIGNED" LINHA 2: iduser INTEGER UNSIGNED NOT NULL AUTO_INCREMENT, ^ psql:modelR_DBDesign_new.sql:145: ERROR: syntax error at or near "UNSIGNED" LINHA 2: idexperiment INTEGER UNSIGNED NOT NULL AUTO_INCREMENT, ^ psql:modelR_DBDesign_new.sql:169: ERROR: syntax error at or near "UNSIGNED" LINHA 2: idoccurrences INTEGER UNSIGNED NOT NULL AUTO_INCREMENT, ^ psql:modelR_DBDesign_new.sql:185: ERROR: syntax error at or near "UNSIGNED" LINHA 2: idinternal_rating INTEGER UNSIGNED NOT NULL AUTO_INCREMENT... ^ psql:modelR_DBDesign_new.sql:199: ERROR: syntax error at or near "UNSIGNED" LINHA 2: experiment_idexperiment INTEGER UNSIGNED NOT NULL, ^ psql:modelR_DBDesign_new.sql:213: ERROR: syntax error at or near "UNSIGNED" LINHA 2: experiment_idexperiment INTEGER UNSIGNED NOT NULL, ^ psql:modelR_DBDesign_new.sql:227: ERROR: syntax error at or near "UNSIGNED" LINHA 2: projects_idprojects INTEGER UNSIGNED NOT NULL, ^ psql:modelR_DBDesign_new.sql:238: ERROR: syntax error at or near "UNSIGNED" LINHA 2: idraster_results INTEGER UNSIGNED NOT NULL AUTO_INCREMENT, ^ psql:modelR_DBDesign_new.sql:249: ERROR: syntax error at or near "UNSIGNED" LINHA 2: idraster_final_model INTEGER UNSIGNED NOT NULL AUTO_INCREM... ^ psql:modelR_DBDesign_new.sql:260: ERROR: syntax error at or near "UNSIGNED" LINHA 2: idevaluate INTEGER UNSIGNED NOT NULL AUTO_INCREMENT, ^
- Loading branch information