Database SQL
Database SQL
-- version 4.9.7
-- https://www.phpmyadmin.net/
--
-- Host: localhost:3306
-- Generation Time: Feb 25, 2023 at 06:31 PM
-- Server version: 5.7.39-cll-lve
-- PHP Version: 7.4.26
--
-- Database: `YOUR_DATABASE_NAME`
--
-- --------------------------------------------------------
--
-- Table structure for table `user`
--
--
-- Dumping data for table `user`
--
--
-- Indexes for dumped tables
--
--
-- Indexes for table `user`
--
ALTER TABLE `user`
ADD PRIMARY KEY (`username`);
COMMIT;