jl/schema/tables/fspr.sql
Paul Trowbridge 10223cf72f period mods
2018-09-20 15:57:02 -04:00

8 lines
172 B
SQL

------------------------fiscal periods------------------------
CREATE TABLE evt.fspr (
id ltree
,dur tstzrange
)
CREATE INDEX id_gist ON evt.fspr USING GIST (id);