users.sql 91 B

1
  1. create table users(id varchar(20) not null ,password varchar(20) not null,PRIMARY KEY(id));