Skip to content

Instantly share code, notes, and snippets.

@spacecowb0y
Created November 1, 2023 14:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save spacecowb0y/93798895e8d375bc26011d64dce8321c to your computer and use it in GitHub Desktop.
Save spacecowb0y/93798895e8d375bc26011d64dce8321c to your computer and use it in GitHub Desktop.
CREATE TABLE election_data (
año TEXT,
eleccion_tipo TEXT,
recuento_tipo TEXT,
padron_tipo TEXT,
distrito_id TEXT,
distrito_nombre TEXT,
seccionprovincial_id TEXT,
seccionprovincial_nombre TEXT,
seccion_id TEXT,
seccion_nombre TEXT,
circuito_id TEXT,
circuito_nombre TEXT,
mesa_id TEXT,
mesa_tipo TEXT,
mesa_electores TEXT,
cargo_id TEXT,
cargo_nombre TEXT,
agrupacion_id TEXT,
agrupacion_nombre TEXT,
lista_numero TEXT,
lista_nombre TEXT,
votos_tipo TEXT,
votos_cantidad TEXT
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment