You are on page 1of 1

create table usuario ( id int auto_increment, nome varchar(255) not null, datanasc date not null, sexo enum

('masc','fem') not null );

You might also like