Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Création Table Message / Table Conversation #22

Open
Sangmin-SHIM opened this issue Jun 29, 2023 · 3 comments
Open

Création Table Message / Table Conversation #22

Sangmin-SHIM opened this issue Jun 29, 2023 · 3 comments

Comments

@Sangmin-SHIM
Copy link
Collaborator

No description provided.

@Sangmin-SHIM
Copy link
Collaborator Author

Sangmin-SHIM commented Jun 29, 2023

Table Message

  • id (int)
  • content (varchar)
  • sent_at (timestamp)
  • view_at (timestamp)
  • reply_to_message (int)
  • conversation_id (int)

Table Conversation

  • id (int)
  • to_user (recipient)
  • from_user (sender)
  • plant_id (int)

@Sangmin-SHIM Sangmin-SHIM changed the title Création Table Message Création Table Message / Table Conversation Jun 29, 2023
@jul-fls
Copy link
Owner

jul-fls commented Jun 30, 2023

✅ Entités créés
✅ Routes front créés
✅ Routes api créés

@jul-fls
Copy link
Owner

jul-fls commented Jul 11, 2023

Ajout de sender et conversation à la table message

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Fait
Development

No branches or pull requests

2 participants