bahrain-bp / mun-aquacrop

This repository will include the MUN AquaCorp challenge artifacts
0 stars 1 forks source link

Define Table Users #6

Open izZERO opened 2 weeks ago

izZERO commented 2 weeks ago

CREATE TABLE Users ( UID NUMERIC AUTO_INCREMENT NOT NULL, mobile_no NUMERIC(8) NOT NULL, reg_date DATE NOT NULL, status VARCHAR(10) NOT NULL, PRIMARY KEY (UID) );

chebibj commented 2 weeks ago

Can you add more details for each field? Field Definition, Data type, size, etc