Skip to content

Commit

Permalink
mysql tabla links_archivos atributo URL_archivo
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo-Spj committed Sep 27, 2023
1 parent 1620a92 commit 5f35105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MySQL/tablas.sql
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ CREATE TABLE Links_archivos (
ID INT AUTO_INCREMENT PRIMARY KEY,
ID_curso INT,
Nombre_archivo VARCHAR(255) NOT NULL,
URL_del_Archivo VARCHAR(255) NOT NULL,
URL_archivo VARCHAR(255) NOT NULL,
FOREIGN KEY (ID_curso) REFERENCES Cursos(ID)
);

Expand Down

0 comments on commit 5f35105

Please sign in to comment.