PHP Classes

File: public/install/tables/pm_extras.key.sql

Recommend this page to a friend!
  Classes of milenmk   Simple PHP Password Manager   public/install/tables/pm_extras.key.sql   Download  
File: public/install/tables/pm_extras.key.sql
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Simple PHP Password Manager
Application to store and retrieve user password
Author: By
Last change:
Date: 1 year ago
Size: 391 bytes
 

Contents

Class file image Download
-- -------------------------------------------------------- -- -- Table extras -- ALTER TABLE pm_domains ADD CONSTRAINT pm_domains_fk_user FOREIGN KEY (fk_user) REFERENCES pm_users (rowid); ALTER TABLE pm_records ADD CONSTRAINT pm_records_fk_domain FOREIGN KEY (fk_domain) REFERENCES pm_domains (rowid), ADD CONSTRAINT pm_records_fk_user FOREIGN KEY (fk_user) REFERENCES pm_users (rowid);