1 line
105 B
SQL
1 line
105 B
SQL
ALTER TABLE notification MODIFY COLUMN type ENUM( 'sms','email','phone','url','fax','admin', 'stealth' ); |