I based the form from the documentation given by the Mossos d’Esquadra[0], required by law. https://registreviatgers.mossos.gencat.cat/mossos_hotels/AppJava/fitxaviatger.do?reqCode=create
8 lines
100 B
PL/PgSQL
8 lines
100 B
PL/PgSQL
-- Revert camper:booking_guest from pg
|
|
|
|
begin;
|
|
|
|
drop table if exists camper.booking_guest;
|
|
|
|
commit;
|