Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crear Provinces Tabla #3

Open
johuder33 opened this issue Feb 16, 2018 · 0 comments
Open

Crear Provinces Tabla #3

johuder33 opened this issue Feb 16, 2018 · 0 comments

Comments

@johuder33
Copy link
Owner

Provincias

Esta tabla debe contener informacion de aquellas provincias que pertenecen a cierta Región, por ejemplo
en Venezuela la Región de Los Andes tiene al Tachira como uno de sus estados, entonces la siguiente estructura
satisfacen la tabla provincias (provinces)

  • id(Integer AutoIncrement not null) PK (Clave Primaria)
  • region_id (Integer not null) FK (Clave Compuesta o Foranea)
  • name (varchar 500 not null)
  • active(tinyint default 1) es decir booleanos (1 | 0)
@johuder33 johuder33 added the TODO label Feb 16, 2018
@johuder33 johuder33 added this to the CarBooking Plugin milestone Feb 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant