create table manufacturers ( id uuid primary key , name varchar(255) not null, url varchar(255), created_at timestamp default NOW() not null );