PHP Classes

File: db/first_user.sql

Recommend this page to a friend!
  Classes of Istvan Dobrentei   PHP Timesheet Management System   db/first_user.sql   Download  
File: db/first_user.sql
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Timesheet Management System
Manage project tasks and the respective work times
Author: By
Last change:
Date: 5 years ago
Size: 241 bytes
 

Contents

Class file image Download
INSERT INTO `timesheet_manager`.`user` (`email`,`password`,`last_name`,`first_name`,`active`,`created_at`,`created_by`) VALUES ('test@test.com', '$2y$10$PGasrJUfgj2BUdLSYvzpBOr0WWezQu3FSbTa.aNDD1IYUK59s6JX.', 'Doe', 'John', '1',NOW(), '1');