mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-05-30 08:42:13 +00:00
Update database-schema.adoc
This commit is contained in:
parent
b192bf54f7
commit
329bde0db1
@ -32,7 +32,7 @@ create unique index ix_auth_username on authorities (username,authority);
|
||||
[source]
|
||||
----
|
||||
CREATE TABLE USERS (
|
||||
USERNAME NVARCHAR2(128) NOT NULL PRIMARY KEY,
|
||||
USERNAME NVARCHAR2(128) PRIMARY KEY,
|
||||
PASSWORD NVARCHAR2(128) NOT NULL,
|
||||
ENABLED CHAR(1) CHECK (ENABLED IN ('Y','N') ) NOT NULL
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user