use varchar instead of integer for name
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
CREATE TABLE organizational_units (
|
||||
id serial NOT NULL PRIMARY KEY,
|
||||
name integer NOT NULL
|
||||
name character varying NOT NULL
|
||||
);
|
||||
|
||||
CREATE TABLE users (
|
||||
|
||||
Reference in New Issue
Block a user