This commit is contained in:
Tleiades Hax
2007-10-13 09:10:53 +00:00
parent 1232eb1c58
commit e8c1de8e72
4 changed files with 31 additions and 7 deletions

View File

@@ -2,8 +2,8 @@ CREATE TABLE `assets` (
`id` binary(16) NOT NULL,
`name` varchar(64) NOT NULL,
`description` varchar(64) NOT NULL,
`assetType` smallint(5) unsigned NOT NULL,
`invType` smallint(5) unsigned NOT NULL,
`assetType` TINYINT(4) NOT NULL,
`invType` TINYINT(4) NOT NULL,
`local` tinyint(1) NOT NULL,
`temporary` tinyint(1) NOT NULL,
`data` longblob NOT NULL,