Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

postgresql add column with constraint

ALTER TABLE customers 
ADD COLUMN contact_name VARCHAR NOT NULL;
Source by www.postgresqltutorial.com #
 
PREVIOUS NEXT
Tagged: #postgresql #add #column #constraint
ADD COMMENT
Topic
Name
5+4 =