PHP Classes

File: table.sql

Recommend this page to a friend!
  Classes of Rafal Lidwin   skad_class   table.sql   Download  
File: table.sql
Role: Configuration script
Content type: text/plain
Description: MySQL table structure
Class: skad_class
Add and show your site referers
Author: By
Last change:
Date: 20 years ago
Size: 267 bytes
 

Contents

Class file image Download
CREATE TABLE skad_table (
  id int(11) NOT NULL auto_increment,
  data varchar(20) NOT NULL default '',
  skad varchar(250) NOT NULL default '',
  przegl varchar(250) NOT NULL default '',
  ile int(11) NOT NULL default '0',
  PRIMARY KEY (id)
) TYPE=MyISAM;