PranilDahal / Eagle-Post

Eagle-Post: Social Media Software Project - ACM Cal State LA
11 stars 2 forks source link

Create a MySQL table for users #11

Closed calstatelaacm closed 5 years ago

calstatelaacm commented 6 years ago

Make a MySQL script for a Human Users Table that does the following

Table name: users

Columns:

Insert a few dummy users.

Document the table details in the database wiki page. Document the dummy accounts in the wiki page as well.

append the sql script inside the sql folder in backend->src->main->resources->setup_db

PranilDahal commented 5 years ago

Finished.