195 | | alter table stationsp2 add CONSTRAINT enforce_dims_the_geom CHECK (ndims(the_geom) = 2); |
196 | | alter table stationsp2 add CONSTRAINT enforce_geotype_the_geom CHECK (geometrytype(the_geom) = 'POINT'::text OR the_geom IS NULL); |
197 | | alter table stationsp2 add CONSTRAINT enforce_srid_the_geom CHECK (srid(the_geom) = 3035); |
| 195 | alter table bd_map.stationsp2 add CONSTRAINT enforce_dims_the_geom CHECK (ndims(the_geom) = 2); |
| 196 | alter table bd_map.stationsp2 add CONSTRAINT enforce_geotype_the_geom CHECK (geometrytype(the_geom) = 'POINT'::text OR the_geom IS NULL); |
| 197 | alter table bd_map.stationsp2 add CONSTRAINT enforce_srid_the_geom CHECK (srid(the_geom) = 3035); |