View file install/db_tables/public_coint.sql

File size: 317B
CREATE TABLE IF NOT EXISTS `public_coint` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `id_public` int(11) NOT NULL,
  `id_user` int(11) NOT NULL,
 `aktiv` int(11) NOT NULL,
  `privat` set('0','1') NOT NULL DEFAULT '0',
`i` set('0','1') NOT NULL DEFAULT '1',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8;