This commit is contained in:
2020-07-05 23:23:45 -05:00
parent 994bb32fb9
commit e63110895b
3 changed files with 70 additions and 49 deletions
+4
View File
@@ -1,5 +1,9 @@
drop database hackDB;
CREATE database hackDB;
use hackDB
CREATE TABLE `Equipo` (
`idEquipo` integer PRIMARY KEY NOT NULL AUTO_INCREMENT,
`nombre` varchar(100),
`desafio` varchar(100),
`campus` varchar(100),
`numeroIntegrantes` varchar(100)