boundary_sets
Data license: Open Parliament Licence · Data source: UK Parliament election results website
0 rows where country_id = 1
This data as json
0 records
CREATE TABLE "boundary_sets" ( [id] INTEGER PRIMARY KEY, [start_on] TEXT, [end_on] TEXT, [country_id] INTEGER REFERENCES [countries]([id]) ); CREATE INDEX [idx_boundary_sets_country_id] ON [boundary_sets] ([country_id]);