OpenSim/DB/userprofile
をテンプレートにして作成
[
トップ
] [
タイトル一覧
|
ページ一覧
|
新規
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
** User Profile [#h68bdb4e]
*** userprofile [#s272e7ae]
MariaDB [opensim_db]> show columns from userprofile;
+----------------------+--------------+------+-----+----...
| Field | Type | Null | Key | Def...
+----------------------+--------------+------+-----+----...
| useruuid | varchar(36) | NO | PRI | NUL...
| profilePartner | varchar(36) | NO | | NUL...
| profileAllowPublish | binary(1) | NO | | NUL...
| profileMaturePublish | binary(1) | NO | | NUL...
| profileURL | varchar(255) | NO | | NUL...
| profileWantToMask | int(3) | NO | | NUL...
| profileWantToText | text | NO | | NUL...
| profileSkillsMask | int(3) | NO | | NUL...
| profileSkillsText | text | NO | | NUL...
| profileLanguages | text | NO | | NUL...
| profileImage | varchar(36) | NO | | NUL...
| profileAboutText | text | NO | | NUL...
| profileFirstImage | varchar(36) | NO | | NUL...
| profileFirstText | text | NO | | NUL...
+----------------------+--------------+------+-----+----...
14 rows in set (0.00 sec)
終了行:
** User Profile [#h68bdb4e]
*** userprofile [#s272e7ae]
MariaDB [opensim_db]> show columns from userprofile;
+----------------------+--------------+------+-----+----...
| Field | Type | Null | Key | Def...
+----------------------+--------------+------+-----+----...
| useruuid | varchar(36) | NO | PRI | NUL...
| profilePartner | varchar(36) | NO | | NUL...
| profileAllowPublish | binary(1) | NO | | NUL...
| profileMaturePublish | binary(1) | NO | | NUL...
| profileURL | varchar(255) | NO | | NUL...
| profileWantToMask | int(3) | NO | | NUL...
| profileWantToText | text | NO | | NUL...
| profileSkillsMask | int(3) | NO | | NUL...
| profileSkillsText | text | NO | | NUL...
| profileLanguages | text | NO | | NUL...
| profileImage | varchar(36) | NO | | NUL...
| profileAboutText | text | NO | | NUL...
| profileFirstImage | varchar(36) | NO | | NUL...
| profileFirstText | text | NO | | NUL...
+----------------------+--------------+------+-----+----...
14 rows in set (0.00 sec)
ページ名: