feat: redesign web menu layout, add header cover banner & dynamic header layout, refine mobile inputs and theme selector
This commit is contained in:
@@ -27,6 +27,7 @@ create table restaurants (
|
||||
name text not null,
|
||||
slug text not null unique,
|
||||
logo_url text,
|
||||
cover_url text,
|
||||
phone text,
|
||||
address text,
|
||||
created_by uuid not null references users (id) on delete restrict,
|
||||
|
||||
Reference in New Issue
Block a user