예제 #1
0
파일: UserCar.php 프로젝트: uning/mall-back
 function UserCar()
 {
     parent::CassandraCF('mall', 'UserCar', 'Super', 'BytesType', 'BytesType');
 }
예제 #2
0
 function UserItem()
 {
     parent::CassandraCF('mall', 'UserItem', 1, 'BytesType', 'BytesType');
 }
예제 #3
0
 function UserInfo()
 {
     parent::CassandraCF('mall', 'UserInfo', '', 'BytesType', '');
 }
예제 #4
0
 function UserMessage()
 {
     parent::CassandraCF('mall', 'UserMessage', 1, 'TimeUUIDType', 'BytesType');
 }
예제 #5
0
 function UserFriend()
 {
     parent::CassandraCF('mall', 'UserFriend', 'Super', 'BytesType', 'BytesType');
 }
예제 #6
0
 function UserStat()
 {
     parent::CassandraCF('mall', 'UserStat', 1, 'BytesType', 'BytesType');
 }
예제 #7
0
파일: UserOp.php 프로젝트: uning/mall-back
 function UserOp()
 {
     parent::CassandraCF('mall', 'UserOp', 'Super', 'TimeUUIDType', 'BytesType');
 }