Sign in
apache
/
incubator-baremaps
/
refs/heads/docker-compose
/
.
/
baremaps-http
/
src
/
main
/
resources
/
initialize_studio_tables.sql
blob: df5cc1322313b1797173f1a6627541a624c8abc3 [
file
]
create
schema
studio
;
create
table
if
not
exists
studio
.
entities
(
id uuid
primary
key
,
entity jsonb
,
kind text
);