- ソース を表示
- OpenSim/DB/profile_usernotes へ行く。
現: 2016-08-08 (月) 09:48:10 iseki ![]() |
|||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ** Opern Profile [#we4e6ab4] | ||
+ | *** profile_usernotes [#rcd582d5] | ||
+ | MariaDB [opensim_op]> show columns from profile_usernotes; | ||
+ | +------------+-------------+------+-----+---------+-------+ | ||
+ | | Field | Type | Null | Key | Default | Extra | | ||
+ | +------------+-------------+------+-----+---------+-------+ | ||
+ | | useruuid | varchar(36) | NO | PRI | | | | ||
+ | | targetuuid | varchar(36) | NO | PRI | | | | ||
+ | | notes | longtext | NO | | NULL | | | ||
+ | +------------+-------------+------+-----+---------+-------+ | ||
+ | 3 rows in set (0.00 sec) |
- OpenSim/DB/profile_usernotes のバックアップ差分(No. All)
- 現: 2016-08-08 (月) 09:48:10 iseki