Using Mondial, when changing country.population type from integer to biginteger
I *sometimes* get the following error.
There has been a problem with the schema you are trying to save. The save
operation has therefore not happened.
Did you define a column or table name with a space or special character in it
(because that isn't supported)? Or do you have two columns with the same name?
org.postgresql.util.PSQLException: ERROR: syntax error at or near "::"
Position: 138 : the command being run (that has the problem) is CREATE TABLE "country" ("population" BIGINT DEFAULT NULL ,"area" INTEGER DEFAULT NULL ,"province" character varying(255) DEFAULT ''NULL::character varying'' ,"capital" character varying(255) DEFAULT ''NULL::character varying'' ,"code" character varying(255) NOT NULL ,"countryname" character varying(255) DEFAULT ''NULL::character varying'' ,PRIMARY KEY (code)).
Original issue reported on code.google.com by thest...@gmail.com on 31 Jul 2014 at 6:21
Original issue reported on code.google.com by
thest...@gmail.com
on 31 Jul 2014 at 6:21