3 lines
143 B
SQL
3 lines
143 B
SQL
-- Add wheelchair accessibility amenity
|
|
ALTER TABLE "Listing" ADD COLUMN IF NOT EXISTS "wheelchairAccessible" BOOLEAN NOT NULL DEFAULT false;
|
|
|