Skip to content

Commit

Permalink
*
Browse files Browse the repository at this point in the history
  • Loading branch information
anatolicvs committed Sep 1, 2020
1 parent 6a77a50 commit ac94603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data.sql
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ CREATE EXTENSION postgis;

CREATE TABLE IF NOT EXISTS users (
id serial UNIQUE PRIMARY KEY,
kc_id varchar(100) UNIQUE NOT NULL,
kc_id varchar(100) UNIQUE,
username varchar(50) NOT NULL,
name varchar(50) ,
surname varchar(50),
Expand Down

0 comments on commit ac94603

Please sign in to comment.