Tablestructure in the Table transactions
EasyAuer
投稿数: 12

The current Tablestructure in the Table transactions for the last Version is:
`UUID` varchar(36) NOT NULL,
`sender` varchar(128) NOT NULL,
`receiver` varchar(128) NOT NULL,
`amount` int(10) NOT NULL,
`objectUUID` varchar(36) DEFAULT NULL,
`regionHandle` varchar(36) NOT NULL,
`type` int(10) NOT NULL,
`time` int(11) NOT NULL,
`secure` varchar(36) NOT NULL,
`status` tinyint(1) NOT NULL,
`description` varchar(255) DEFAULT NULL,
but the Tablestructure (table transactions) in env.mysql.php is
sourceId,destId,amount,flags,aggregatePermInventory,aggregatePermNextOwner,description,transactionType,timeOccurred,RegionGenerated,ipGenerated
I use the OpenSim Version 0.7.2
EASY
`UUID` varchar(36) NOT NULL,
`sender` varchar(128) NOT NULL,
`receiver` varchar(128) NOT NULL,
`amount` int(10) NOT NULL,
`objectUUID` varchar(36) DEFAULT NULL,
`regionHandle` varchar(36) NOT NULL,
`type` int(10) NOT NULL,
`time` int(11) NOT NULL,
`secure` varchar(36) NOT NULL,
`status` tinyint(1) NOT NULL,
`description` varchar(255) DEFAULT NULL,
but the Tablestructure (table transactions) in env.mysql.php is
sourceId,destId,amount,flags,aggregatePermInventory,aggregatePermNextOwner,description,transactionType,timeOccurred,RegionGenerated,ipGenerated
I use the OpenSim Version 0.7.2
EASY
投票数:155
平均点:4.26
投稿ツリー
-
Tablestructure in the Table transactions (EasyAuer, 2011-5-26 19:31)
-
Re: Tablestructure in the Table transactions (iseki, 2011-5-29 14:19)
-
Re: Tablestructure in the Table transactions (EasyAuer, 2011-5-30 18:11)
-
Re: Tablestructure in the Table transactions (EasyAuer, 2011-5-30 18:19)
-