House ID Help?
#4

How the script bro?

PHP код:
CREATE TABLE `houses` (
  `
house_idmediumint(4NOT NULL,
  `
hnamevarchar(35NOT NULL,
  `
hownervarchar(21NOT NULL,
  `
hlocationvarchar(30NOT NULL DEFAULT '*',
  `
hpassvarchar(24NOT NULL,
  `
last_visitedint(11UNSIGNED NOT NULL DEFAULT '0',
  `
xfloat NOT NULL DEFAULT '0',
  `
yfloat NOT NULL DEFAULT '0',
  `
zfloat NOT NULL DEFAULT '0',
  `
afloat NOT NULL DEFAULT '0',
  `
cpxfloat NOT NULL DEFAULT '0',
  `
cpyfloat NOT NULL DEFAULT '0',
  `
cpzfloat NOT NULL DEFAULT '0',
  `
hvalueint(12UNSIGNED NOT NULL DEFAULT '500',
  `
hforsaleint(12UNSIGNED NOT NULL DEFAULT '0',
  `
hstorageint(12UNSIGNED NOT NULL DEFAULT '0',
  `
hinttinyint(2UNSIGNED NOT NULL DEFAULT '4',
  `
hprivacytinyint(1UNSIGNED NOT NULL DEFAULT '0'
ENGINE=MyISAM DEFAULT CHARSET=latin1 ROW_FORMAT=DYNAMIC
Reply


Messages In This Thread
House ID Help? - by DandyCorleone - 16.09.2016, 08:50
Re: House ID Help? - by Konstantinos - 16.09.2016, 08:53
Re: House ID Help? - by DandyCorleone - 16.09.2016, 09:17
Re: House ID Help? - by DandyCorleone - 16.09.2016, 10:28
Re: House ID Help? - by Konstantinos - 16.09.2016, 10:46

Forum Jump:


Users browsing this thread: 1 Guest(s)