database.postgresql.schema Maven / Gradle / Ivy
--
-- Script to create PostgreSQL schema
-- Table & index names are suffixed by 3 underscores to define a
-- pattern to replace with the domain name
--
CREATE TABLE IF NOT EXISTS idp_users___ (id VARCHAR(64) NOT NULL, username VARCHAR(320) NOT NULL UNIQUE, password VARCHAR(255) NULL, email VARCHAR(320), metadata TEXT, PRIMARY KEY (id))
© 2015 - 2025 Weber Informatics LLC | Privacy Policy