# MySQL-Front Dump 2.5
#
# Host: localhost   Database: avnews
# --------------------------------------------------------
# Server version 3.23.47-max-debug


#
# Table structure for table 'supernews'
#

CREATE TABLE supernews (
  ID int(5) unsigned NOT NULL auto_increment,
  diretorio text,
  largura text,
  altura text,
  titulo text NOT NULL,
  conteudo text NOT NULL,
  data datetime NOT NULL default '0000-00-00 00:00:00',
  PRIMARY KEY  (ID)
) TYPE=MyISAM;



#
# Dumping data for table 'supernews'
#

INSERT INTO supernews VALUES("5", "upload_imagens/PC240018.JPG", "320", "240", "aqui vai o titulo", "aqui vai todo o conteudo da noticia", "2005-01-26 01:46:29");
INSERT INTO supernews VALUES("2", "upload_imagens/26-11-04 FIBI - Joacaba (10).jpg", "100", "100", "aaaaaaaaa", "bbbbbbbbbbbbbbbb", "2005-01-07 22:50:55");


#
# Table structure for table 'supernews_login'
#

CREATE TABLE supernews_login (
  ID int(10) unsigned NOT NULL auto_increment,
  user text NOT NULL,
  pass text NOT NULL,
  data datetime default NULL,
  ip text,
  status int(11) NOT NULL default '0',
  PRIMARY KEY  (ID)
) TYPE=MyISAM;



#
# Dumping data for table 'supernews_login'
#

INSERT INTO supernews_login VALUES("1", "clubesd", "2079865", "2005-01-26 01:45:17", "127.0.0.1", "1");

