Login   Register  
PHP Classes
elePHPant
Icontem

File: db.sql

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Angelo  >  sellaOTP  >  db.sql  >  Download  
File: db.sql
Role: Configuration script
Content type: text/plain
Description: MYSQL Database Tables
Class: sellaOTP
Interfacing via OTP for Sella Bank ecom. servers
Author: By
Last change:
Date: 2003-02-17 14:33
Size: 688 bytes
 

Contents

Class file image Download

# phpMyAdmin MySQL-Dump
# version 2.3.3pl1
# http://www.phpmyadmin.net/ (download page)
#
# Host: localhost
# Generato il: 17 Feb, 2003 at 03:46 PM
# Versione MySQL: 3.23.49
# Versione PHP: 4.1.2
# --------------------------------------------------------

#
# Struttura della tabella `otpric`
#

CREATE TABLE otpric (
  otp varchar(32) NOT NULL default '',
  stato char(1) default 'F',
  PRIMARY KEY  (otp)
) TYPE=MyISAM;
# --------------------------------------------------------

#
# Struttura della tabella `otpris`
#

CREATE TABLE otpris (
  otp varchar(32) NOT NULL default '',
  stato char(1) default 'F',
  PRIMARY KEY  (otp)
) TYPE=MyISAM;