Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update db_script.cql
  • Loading branch information
Javinator9889 committed Jun 18, 2018
1 parent 9f598a5 commit 81ef91d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Design/DB_STRUCTURE/db_script.cql
Expand Up @@ -46,6 +46,6 @@ CREATE TABLE IF NOT EXISTS preferences (
CREATE TABLE IF NOT EXISTS "User" (
user_id INT NOT NULL,
username VARCHAR2(45 CHAR),
name CLOB,
name TEXT,
PRIMARY KEY (user_id)
);

0 comments on commit 81ef91d

Please sign in to comment.