
org.springframework.security.user-entities-schema.sql Maven / Gradle / Ivy
The newest version!
create table user_entities
(
id varchar(1000) not null,
name varchar(100) not null,
display_name varchar(200),
primary key (id)
);
© 2015 - 2025 Weber Informatics LLC | Privacy Policy