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

dll.createEnumTypes.sql Maven / Gradle / Ivy

The newest version!
create type contactmethodType as enum (
	'EMAIL', 'MAIL', 'TELEFON', 'FAX', 'MOBILE', 'SMS', 'MESSENGER', 'INTERNET', 'NEWSGROUP'
);
create type genderType as enum (
	'MALE', 'FEMALE', 'INCORPORATION', 'UNDEFINED'
);

create TYPE ruleviolationreasontype as enum (
	'ABUSE', 'RACIST', 'ADVERTISING', 'OTHER'
);




© 2015 - 2025 Weber Informatics LLC | Privacy Policy