Current time: 11-16-2024, 07:02 AM Hello There, Guest! (LoginRegister)


Post Reply 
tarif wechsel beschreibung:
Author Message
joximu Offline
helper
*****
Moderators

Posts: 7,024
Joined: Jan 2007
Reputation: 92
Post: #4
RE: tarif wechsel beschreibung:
Code:
267    CREATE TABLE `hosting_plans` (
268      `id` int(10) unsigned NOT NULL auto_increment,
269      `reseller_id` int(10) unsigned NOT NULL default '0',
270      `name` varchar(255) collate utf8_unicode_ci default NULL,
271      `props` text collate utf8_unicode_ci,
272      `description` text collate utf8_unicode_ci,
273      `price` decimal(10,2) NOT NULL default '0.00',
274      `setup_fee` decimal(10,2) NOT NULL default '0.00',
275      `value` varchar(255) collate utf8_unicode_ci default NULL,
276      `payment` varchar(255) collate utf8_unicode_ci default NULL,
277      `status` int(10) unsigned NOT NULL default '0',
278      UNIQUE KEY `id` (`id`)
279    ) ENGINE=MyISAM  DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

zumindest bei debian ist es schon länger geändert...

/J
06-14-2009 06:35 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
tarif wechsel beschreibung: - menki - 06-14-2009, 05:45 AM
RE: tarif wchsel beschreibung: - Michi91 - 06-14-2009, 06:19 AM
RE: tarif wechsel beschreibung: - RatS - 06-14-2009, 06:21 PM
RE: tarif wechsel beschreibung: - joximu - 06-14-2009 06:35 PM
RE: tarif wechsel beschreibung: - menki - 06-14-2009, 07:20 PM
RE: tarif wechsel beschreibung: - MasterTH - 06-14-2009, 07:38 PM
RE: tarif wechsel beschreibung: - joximu - 06-14-2009, 07:44 PM
RE: tarif wechsel beschreibung: - MasterTH - 06-14-2009, 09:03 PM
RE: tarif wechsel beschreibung: - menki - 06-15-2009, 06:50 PM

Forum Jump:


User(s) browsing this thread: 2 Guest(s)