Skip to content

Commit

Permalink
Minor clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelcgood committed Oct 12, 2017
1 parent 4a16a04 commit 45531d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/schema.sql
@@ -1,6 +1,6 @@
DROP TABLE animes IF EXISTS;
CREATE TABLE animes (
id VARCHAR,
id VARCHAR(10),
title VARCHAR(400),
description VARCHAR(999)
);

0 comments on commit 45531d1

Please sign in to comment.