#539 - Add spring-data-geode-examples module.
This commit is contained in:
committed by
Mark Paluch
parent
08dce4f0f3
commit
fa0021cffb
5
geode/security/src/main/resources/sql/define-users-table-ddl.sql
Executable file
5
geode/security/src/main/resources/sql/define-users-table-ddl.sql
Executable file
@@ -0,0 +1,5 @@
|
||||
CREATE TABLE IF NOT EXISTS geode_security.users (
|
||||
id INTEGER PRIMARY KEY GENERATED BY DEFAULT AS IDENTITY(START WITH 1, INCREMENT BY 1),
|
||||
name VARCHAR(255) NOT NULL,
|
||||
credentials VARCHAR(255)
|
||||
);
|
||||
Reference in New Issue
Block a user