PranilDahal / Eagle-Post

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

Create MYSQL script for OrganizaionUser table #19

Open calstatelaacm opened 6 years ago

calstatelaacm commented 6 years ago

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

Table name: orgs

Columns:

orgid (unique; autoincremented when inserted to database; is a number) name (string) description (string) head (string) website (string) location (string) emailaddress (string) passord (string)

All column names are lowercase.

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