Skip to content
Snippets Groups Projects
Commit 45653fbf authored by Eduardo L. Buratti's avatar Eduardo L. Buratti
Browse files

database: Add search tables

parent 2be0c887
Branches
No related tags found
No related merge requests found
-- search tables
CREATE TABLE search_school (
id SERIAL PRIMARY KEY,
sch_id INTEGER NOT NULL REFERENCES dim_school,
cit_id INTEGER NOT NULL REFERENCES dim_city,
ts_vector TSVECTOR,
contacted_once BOOLEAN NOT NULL DEFAULT false
);
File moved
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment