RapidApp needs to know about column types for boolean and 'double precision' both for quick search pre-validation validation and proper editors. This was reported by jdtx on IRC, providing these example columns:
ALTER TABLE actor ADD active BOOLEAN NULL;
ALTER TABLE actor ADD geo_latitude double precision NULL;
Bug in RapidApp v0.99330