Search
 
SCRIPT & CODE EXAMPLE
 

SQL

postgresql add enum value

ALTER TYPE enum_type ADD VALUE 'new_value'; -- appends to list
ALTER TYPE enum_type ADD VALUE 'new_value' BEFORE 'old_value';
ALTER TYPE enum_type ADD VALUE 'new_value' AFTER 'old_value';
Comment

PREVIOUS NEXT
Code Example
Sql :: sql get missing id 
Sql :: how to edit table name in mysql 
Sql :: sql now - 1 day 
Sql :: neo4j display all nodes and relationships 
Sql :: sql server find table name 
Sql :: sql add year to date 
Sql :: how to get all tables in sql 
Sql :: cast string to datetime mysql 
Sql :: sql query to get column names and data types in sql server 
Sql :: restart postgresql.service Failed to restart postgresql.service: Unit not found. 
Sql :: oracle apex version view 
Sql :: OSError: mysql_config not found 
Sql :: autoincrement sqlite command 
Sql :: mysql interval 1 day 
Sql :: create new table plsql 
Sql :: mysql where one year ago 
Sql :: sql database size 
Sql :: add primary key constraint in oracle 
Sql :: oracle sql first day of month 
Sql :: mysql concat two columns laravel eloquent 
Sql :: postgresql if 0 then 1 
Sql :: import sql file laravel cmd 
Sql :: xampp mysql database not starting 
Sql :: oracle list next running jobs 
Sql :: sql change table name 
Sql :: sql sum if 
Sql :: django sqllite config 
Sql :: how to start mysql in terminal 
Sql :: mysql between start date and end date 
Sql :: mysql add comment to column 
ADD CONTENT
Topic
Content
Source link
Name
1+9 =