Moodle/recyclebin
をテンプレートにして作成
[
トップ
] [
タイトル一覧
|
ページ一覧
|
新規
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
** Recycle Bin (Moodle) [#r5481c38]
- Moodle のごみ箱機能
*** DB [#hb78048e]
MariaDB [moodle_db]> show columns from mdl_tool_recycleb...
+-------------+--------------+------+-----+---------+---...
| Field | Type | Null | Key | Default | Ex...
+-------------+--------------+------+-----+---------+---...
| id | bigint(10) | NO | PRI | NULL | au...
| courseid | bigint(10) | NO | MUL | NULL | ...
| section | bigint(10) | NO | | NULL | ...
| module | bigint(10) | NO | | NULL | ...
| name | varchar(255) | YES | | NULL | ...
| timecreated | bigint(10) | NO | MUL | 0 | ...
+-------------+--------------+------+-----+---------+---...
6 rows in set (0.000 sec)
MariaDB [moodle_db]> select * from mdl_tool_recyclebin_c...
+-----+----------+---------+--------+-------------------...
| id | courseid | section | module | name ...
+-----+----------+---------+--------+-------------------...
| 166 | 200 | 7097 | 9 | 説明用 ...
| 171 | 199 | 7085 | 9 | 変数、代入、演算 ...
| 172 | 98 | 1447 | 15 | 222222 ...
+-----+----------+---------+--------+-------------------...
4 rows in set (0.000 sec)
終了行:
** Recycle Bin (Moodle) [#r5481c38]
- Moodle のごみ箱機能
*** DB [#hb78048e]
MariaDB [moodle_db]> show columns from mdl_tool_recycleb...
+-------------+--------------+------+-----+---------+---...
| Field | Type | Null | Key | Default | Ex...
+-------------+--------------+------+-----+---------+---...
| id | bigint(10) | NO | PRI | NULL | au...
| courseid | bigint(10) | NO | MUL | NULL | ...
| section | bigint(10) | NO | | NULL | ...
| module | bigint(10) | NO | | NULL | ...
| name | varchar(255) | YES | | NULL | ...
| timecreated | bigint(10) | NO | MUL | 0 | ...
+-------------+--------------+------+-----+---------+---...
6 rows in set (0.000 sec)
MariaDB [moodle_db]> select * from mdl_tool_recyclebin_c...
+-----+----------+---------+--------+-------------------...
| id | courseid | section | module | name ...
+-----+----------+---------+--------+-------------------...
| 166 | 200 | 7097 | 9 | 説明用 ...
| 171 | 199 | 7085 | 9 | 変数、代入、演算 ...
| 172 | 98 | 1447 | 15 | 222222 ...
+-----+----------+---------+--------+-------------------...
4 rows in set (0.000 sec)
ページ名: