Files
dockerized-swg-src/game/server/database/schema/temp_free_object_ids.tab
T

7 lines
131 B
SQL

create global temporary table temp_free_object_ids
(
start_id int,
end_id int
);
grant select on temp_free_object_ids to public;