OSDN Git Service

2207328944bf30317d711ba157fd2b36d86bed4a
[zither/ds-zither.git] / database / postgres / monitor_server_info_table.sql
1
2 CREATE TABLE monitor_server_info_table (
3         erverip_inet    inet not null,
4         spnum_in        int  not null,
5         serverstat_in   int  not null,
6         serverinfo_tx   text,
7         serverkey_in    serial
8 );
9