root/inputs/VegBank/stemlocation_/postprocess.sql @ 10923
1 |
SELECT util.search_path_append('util'); |
---|---|
2 |
|
3 |
SELECT create_if_not_exists($$ALTER TABLE $$||:table_str||$$ ADD PRIMARY KEY ("stemlocation_id")$$); -- runtime: 0.1 s ("Time: 74.164 ms") @starscream |