- ソース を表示
- OpenSim/DB/profile_userprofile へ行く。
現: 2016-08-08 (月) 09:55:33 iseki ![]() |
|||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ** Open Profile [#r2065233] | ||
+ | *** profile_userprofile [#kb15d27a] | ||
+ | MariaDB [opensim_op]> show columns from profile_userprofile; | ||
+ | +----------------------+--------------+------+-----+---------+-------+ | ||
+ | | Field | Type | Null | Key | Default | Extra | | ||
+ | +----------------------+--------------+------+-----+---------+-------+ | ||
+ | | useruuid | varchar(36) | NO | PRI | | | | ||
+ | | profilepartner | varchar(36) | NO | | | | | ||
+ | | profileimage | varchar(36) | NO | | | | | ||
+ | | profileabouttext | longtext | NO | | NULL | | | ||
+ | | profileallowpublish | binary(1) | NO | | NULL | | | ||
+ | | profilematurepublish | binary(1) | NO | | NULL | | | ||
+ | | profileurl | varchar(255) | NO | | | | | ||
+ | | profilewanttomask | smallint(3) | NO | | NULL | | | ||
+ | | profilewanttotext | longtext | NO | | NULL | | | ||
+ | | profileskillsmask | smallint(3) | NO | | NULL | | | ||
+ | | profileskillstext | longtext | NO | | NULL | | | ||
+ | | profilelanguagestext | longtext | NO | | NULL | | | ||
+ | | profilefirstimage | varchar(36) | NO | | | | | ||
+ | | profilefirsttext | longtext | NO | | NULL | | | ||
+ | +----------------------+--------------+------+-----+---------+-------+ | ||
+ | 14 rows in set (0.00 sec) |
- OpenSim/DB/profile_userprofile のバックアップ差分(No. All)
- 現: 2016-08-08 (月) 09:55:33 iseki