Quick Search:

View

Revision:

Diff

Diff from 229 to:

Annotations

Annotate by Age | Author | Mixed | None
/fisheye/browse/HibernateSpatial/trunk/hibernate-spatial-postgis/src/test/resources/create-table-geomtest.sql

Annotated File View

maesenka
185
1 --
2 -- creates the test table
3 --
4 CREATE TABLE "geomtest"
5 (
6 id int PRIMARY KEY NOT NULL,
7 type varchar(50),
8 geom geometry
maesenka
229
9 );
maesenka
185
10
11 create index idx_geomentity_spatial on geomtest using gist(geom);
FishEye: Open Source License registered to Hibernate Spatial.
Your maintenance has expired. You can renew your license at http://www.atlassian.com/fisheye/renew
Atlassian FishEye, Subversion, CVS & Perforce analysis. (Version:1.5.2 Build:build-298 2008-05-26 ) - Administration - Page generated 2010-09-08 06:28 +0200