jl/schema/tables/fspr.sql

8 lines
172 B
MySQL
Raw Normal View History

2018-09-19 00:58:06 -04:00
------------------------fiscal periods------------------------
CREATE TABLE evt.fspr (
id ltree
,dur tstzrange
2018-09-20 15:57:02 -04:00
)
CREATE INDEX id_gist ON evt.fspr USING GIST (id);