Advertisement
Guest User

Untitled

a guest
Aug 20th, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. -- phpMyAdmin SQL Dump
  2. -- version 4.6.6deb5
  3. -- https://www.phpmyadmin.net/
  4. --
  5. -- Host: localhost:3306
  6. -- Generation Time: Aug 20, 2019 at 04:12 AM
  7. -- Server version: 5.7.27-0ubuntu0.18.04.1
  8. -- PHP Version: 7.2.20-2+ubuntu18.04.1+deb.sury.org+1
  9.  
  10. SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
  11. SET time_zone = "+00:00";
  12.  
  13. --
  14. -- Database: `jobayan_db`
  15. --
  16.  
  17. -- --------------------------------------------------------
  18.  
  19. --
  20. -- Table structure for table `profile_notification`
  21. --
  22.  
  23. CREATE TABLE `profile_notification` (
  24. `notification_id` int(10) UNSIGNED NOT NULL,
  25. `profile_id` int(10) UNSIGNED NOT NULL
  26. ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
  27.  
  28. --
  29. -- Indexes for dumped tables
  30. --
  31.  
  32. --
  33. -- Indexes for table `profile_notification`
  34. --
  35. ALTER TABLE `profile_notification`
  36. ADD PRIMARY KEY (`notification_id`,`profile_id`);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement