All Downloads are FREE. Search and download functionalities are using the official Maven repository.

database.mariadb.schema Maven / Gradle / Ivy

The newest version!
--
-- Script to create MariaDB 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), email VARCHAR(320), metadata LONGTEXT, PRIMARY KEY (id))




© 2015 - 2025 Weber Informatics LLC | Privacy Policy