-- Add migration script here create table auth_user ( id uuid primary key, email text unique not null, avatar text, description text, updated_at text, create_at timestamptz not null default now() );