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

Diff for wolboard/Attic/wolboard_messages.sql between version 1.1 and 1.2

version 1.1, 2002/03/29 19:45:45 version 1.2, 2002/04/13 22:49:49
Line 1 
Line 1 
 # MySQL dump 8.2  # MySQL dump 8.2
 #  #
 # Host: localhost    Database: syndrome  # Host: localhost    Database: syndrome
 #--------------------------------------------------------  #--------------------------------------------------------
 # Server version        3.22.34-shareware-debug  # Server version        3.22.34-shareware-debug
   
 #  #
 # Table structure for table 'wolboard_messages'  # Table structure for table 'wolboard_messages'
 #  #
   
 CREATE TABLE wolboard_messages (  CREATE TABLE wolboard_messages (
   id int(11) DEFAULT '0' NOT NULL auto_increment,    id int(11) DEFAULT '0' NOT NULL auto_increment,
   author_id varchar(32) DEFAULT '0' NOT NULL,    author_id varchar(32) DEFAULT '0' NOT NULL,
   created timestamp(14),    created timestamp(14),
   deleted timestamp(14),    deleted timestamp(14),
   flags int(11) DEFAULT '0',    flags int(11) DEFAULT '0',
   text text NOT NULL,    text text NOT NULL,
   PRIMARY KEY (id)    PRIMARY KEY (id)
 );  );

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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