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

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

Revision 1.1, Fri Mar 15 00:14:38 2002 UTC (22 years ago) by karas9

Added DB tables specification.

create table
wolboard_messages
(
id int not null auto_increment PRIMARY KEY,
autor_id int not null default 0,
created timestamp,
deleted timestamp,
flags int default 0,
text TEXT
);

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