5 lines
120 B
MySQL
5 lines
120 B
MySQL
|
------------------------fiscal periods------------------------
|
||
|
CREATE TABLE evt.fspr (
|
||
|
id ltree
|
||
|
,dur tstzrange
|
||
|
)
|