Skip to content

Commit

Permalink
fix sql structure
Browse files Browse the repository at this point in the history
  • Loading branch information
donnatto committed Nov 9, 2019
1 parent 5e50303 commit e04976d
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 97 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/db/migration/V1.1__schema.sql
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ CREATE TABLE profesor (
apellido VARCHAR(128) NOT NULL,
correo VARCHAR(128) NOT NULL,
descripcion VARCHAR(256) NOT NULL,
detalle VARCHAR(1024),
detalle VARCHAR(1024)
);

CREATE TABLE curso (
Expand Down
Loading

0 comments on commit e04976d

Please sign in to comment.