| | |
| | | sql.sqlMysqlExecute("COMMENT ON CONSTRAINT idx_abe_id ON " + Sql_Mysql.Abe_State_Table + " IS '设备ID';");
|
| | |
|
| | | //添加空hi命令字段
|
| | | sql.sqlMysqlExecute("ALTER TABLE " + Sql_Mysql.Abe_Inf_Table + " ADD COLUMN IF NOT EXISTS op_cmd integer NOT NULL DEFAULT 0;");
|
| | | sql.sqlMysqlExecute("ALTER TABLE " + Sql_Mysql.Abe_State_Table + " ADD COLUMN IF NOT EXISTS op_cmd integer NOT NULL DEFAULT 0;");
|
| | | sql.sqlMysqlExecute("COMMENT ON COLUMN " + Sql_Mysql.Abe_State_Table + ".op_cmd IS '控制命令';");
|
| | | } catch (Exception e) {
|
| | | e.printStackTrace();
|