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

dll.createEnumTypes.sql Maven / Gradle / Ivy

There is a newer version: 3.12.2
Show newest version
create type genderType as enum (
	'MALE', 'FEMALE', 'INCORPORATION', 'UNDEFINED'
);




© 2015 - 2024 Weber Informatics LLC | Privacy Policy