Create DBSchema in less than 1 Minute

Поделиться
HTML-код
  • Опубликовано: 24 дек 2023
  • Source code and Demo: stacktips.rf.gd/
    In this video, we explore the fundamentals of designing a relational database schema for a RUclips-like system. We cover tables for users, videos, comments, likes, subscriptions, categories, and channels, along with their relationships. Whether you're a beginner or looking to enhance your database design skills, this tutorial provides valuable insights for creating a robust and scalable database structure."

Комментарии • 2

  • @mrjafprogrammer2658
    @mrjafprogrammer2658 6 месяцев назад

    The below is the content of my bootstrap.js file
    window.Echo = new Echo({
    broadcaster: 'pusher',
    key: import.meta.env.VITE_PUSHER_APP_KEY,
    cluster: import.meta.env.VITE_PUSHER_APP_CLUSTER ?? 'mt1',
    wsHost: window.location.hostname,
    wsPort: 6001,
    forceTLS: false,
    disableStatus: true,
    });

    • @eraufi
      @eraufi  5 месяцев назад

      i think this video will help you
      ruclips.net/video/A7I8r3Fhrww/видео.html