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

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

Revision 1.1, Tue Apr 16 08:14:23 2002 UTC (21 years, 11 months ago) by host8

wolboard_messages.sql and wolboard_users.sql moved to sql/ directory.

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

#
# Table structure for table 'wolboard_messages'
#

CREATE TABLE wolboard_messages (
  id int(11) DEFAULT '0' NOT NULL auto_increment,
  author_id varchar(32) DEFAULT '0' NOT NULL,
  created timestamp(14),
  deleted timestamp(14),
  flags int(11) DEFAULT '0',
  text text 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