Database reference - postgis

postgis -  types -  public.chip

Description

none

Type properties

namevalue
namepublic.chip 
nullableyes

Code

CREATE TYPE chip (
    INTERNALLENGTH = variable,
    INPUT = st_chip_in,
    OUTPUT = st_chip_out,
    ALIGNMENT = double,
    STORAGE = extended
);



Documentation generated by SqlSpec