Schema evolutionPostgreSQL
CREATE EXTENSION
Enable extensions such as UUID generation or citext.
Command
CREATE EXTENSION IF NOT EXISTS "uuid-ossp";
Example usage
Bootstrap useful functionality into databases.
CREATE EXTENSION IF NOT EXISTS "uuid-ossp";
CREATE EXTENSION IF NOT EXISTS citext;
Related tags
Schema evolutiondatabasesqlpsql