PHP Classes

File: db/db.sql

Recommend this page to a friend!
  Classes of Hillary Kollan   Laravel eCommerce with Vue.js   db/db.sql   Download  
File: db/db.sql
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Laravel eCommerce with Vue.js
Implementation of an interactive eCommerce site
Author: By
Last change:
Date: 2 years ago
Size: 653 bytes
 

Contents

Class file image Download
INSERT INTO `users`(`id`, `name`, `email`, `is_admin`, `email_verified_at`, `password`, `remember_token`, `created_at`, `updated_at`, `deleted_at`) VALUES (21, 'Admin', 'admin@devtest.com', 1, NULL, '$2y$10$iJ6J.ONtEcauOHzxMMBJEuNFLGA/2M1zu5XUMX7Px2CZ7xmezS4Oa', NULL, '2019-06-23 08:19:05', '2019-06-23 08:19:05', NULL); INSERT INTO `users`(`id`, `name`, `email`, `is_admin`, `email_verified_at`, `password`, `remember_token`, `created_at`, `updated_at`, `deleted_at`) VALUES (22, 'sadat kollan', 'emodatt08@gmail.com', 0, NULL, '$2y$10$Kivu9k0gU9vY874QjUaST.BVNWsX1q2ceaprGE9smu1snq8AjG3T2', NULL, '2019-07-15 21:09:29', '2019-07-15 21:09:29', NULL);