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 Regions Tabla #2

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

Crear Regions Tabla #2

johuder33 opened this issue Feb 16, 2018 · 0 comments

Comments

@johuder33
Copy link
Owner

Regiones

Las regiones es simplemente un tabla llamada Regiones (Regions), esta tabla debe guardar informacion
sobre Regiones valga la redundancia, la tabla deberia contener la siguiente estructura:

  • id(Integer AutoIncrement not null) PK (Clave Primaria)
  • 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