File: popdrop.mysql

package info (click to toggle)
libroxen-popdrop 1.9-3
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 92 kB
  • sloc: makefile: 39
file content (22 lines) | stat: -rw-r--r-- 500 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# MySQL dump 7.1
#
# Host: localhost    Database: popdrop
#--------------------------------------------------------
# Server version	3.22.32-log

#
# Table structure for table 'popdrop'
#
CREATE TABLE popdrop (
  id int(15) DEFAULT '0' NOT NULL auto_increment,
  popuser varchar(250) DEFAULT '' NOT NULL,
  poppass varchar(250) DEFAULT '' NOT NULL,
  popserv varchar(250) DEFAULT '' NOT NULL,
  emailto varchar(250) DEFAULT '' NOT NULL,
  PRIMARY KEY (id)
);

#
# Dumping data for table 'popdrop'
#