Platon Technologies
not logged in Login Registration
EnglishSlovak
open source software development celebrating 10 years of open source development! Friday, April 19, 2024

File: [Platon] / wolboard / Attic / wolboard_users.sql (download)

Revision 1.2, Sat Apr 13 22:49:49 2002 UTC (22 years ago) by karas9

Changes since 1.1: +18 -18 lines

Frloprint
Bugfix - in processing empty lines
Added multi-line page separator
Now user-definable column padding character

Wolboard
Updated SQL queries: sprtinf()-ed and quote()-ed all SQL queries
Some bug fixes
Sync.

# MySQL dump 8.2
#
# Host: localhost    Database: syndrome
#--------------------------------------------------------
# Server version    3.22.34-shareware-debug

#
# Table structure for table 'wolboard_users'
#

CREATE TABLE wolboard_users (
  id int(11) DEFAULT '0' NOT NULL auto_increment,
  nick varchar(32) DEFAULT '' NOT NULL,
  email varchar(64) DEFAULT '' NOT NULL,
  pass varchar(32) DEFAULT '' NOT NULL,
  state int(11) DEFAULT '1' NOT NULL,
  PRIMARY KEY (id)
);

Platon Group <platon@platon.org> http://platon.org/
Copyright © 2002-2006 Platon Group
Site powered by Metafox CMS
Go to Top