hngi / fury-backend-php

1 stars 11 forks source link

[FEATURE REQUEST]: SQL statement to create table Meetings and save in database/migrations #20

Closed delight500 closed 4 years ago

delight500 commented 4 years ago

Is your feature request related to a problem? Please describe. a feature of on the DB

Describe the solution you'd like null.

Describe alternatives you've considered null.

Additional context

DB Structure: Table: Meeting Fields:Id. event_id:int, employee_id: int, user_id:init,timestamps, Table:meeting_participant Fields: id, event_id: int, employee_id: init, user_id: init, timestamps,

DB Design Tasks:

    • Define SQL statement to create table Meetings and save in database/migrations.