7 lines
96 B
MySQL
7 lines
96 B
MySQL
|
|
--
|
||
|
|
-- Add flags column to the ContactTable
|
||
|
|
--
|
||
|
|
|
||
|
|
ALTER TABLE ContactTable ADD COLUMN flags TEXT;
|
||
|
|
|