OSDN Git Service

modified sql 20140213-2
[zither/ds-zither.git] / database / postgres / monitor_server_info_table.sql
index 2207328..32f2b0c 100644 (file)
@@ -7,3 +7,11 @@ CREATE TABLE monitor_server_info_table (
        serverkey_in    serial
 );
 
+COMMENT ON TABLE monitor_server_info_table IS '';
+COMMENT ON COLUMN monitor_server_info_table.erverip_inet IS '';
+COMMENT ON COLUMN monitor_server_info_table.spnum_in IS '';
+COMMENT ON COLUMN monitor_server_info_table.serverstat_in IS '';
+COMMENT ON COLUMN monitor_server_info_table.serverinfo_tx IS '';
+COMMENT ON COLUMN monitor_server_info_table.serverkey_in IS '';
+
+