- Timestamp:
- 2014/08/27 18:45:58 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_13-dev/data/class/plugin/SC_Plugin_Installer.php
r23546 r23605 31 31 protected $arrInstallData; 32 32 33 /** 34 * @param string $exec_func 35 */ 33 36 public function __construct($exec_func, $arrPlugin) 34 37 { … … 185 188 * カラム追加クエリの追加 186 189 * 187 * @param type $table188 * @param type $col189 * @param type $type190 190 */ 191 191 public function addColumn($table_name, $col_name, $col_type) … … 198 198 * カラム削除クエリの追加 199 199 * 200 * @param type $table201 * @param type $col202 * @param type $type203 200 */ 204 201 public function dropColumn($table_name, $col_name)
Note: See TracChangeset
for help on using the changeset viewer.
