4 lines
82 B
SQL
4 lines
82 B
SQL
-- Add logo_url column to halls table
|
|
alter table halls
|
|
add column logo_url text;
|