4 lines
97 B
SQL
4 lines
97 B
SQL
|
|
-- Add phone column to profiles table
|
|
ALTER TABLE profiles ADD COLUMN IF NOT EXISTS phone TEXT;
|