Skip to content

Support for PostgreSQL boolean and double precision columns #60

@vanstyn

Description

@vanstyn

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions