7 lines
87 B
MySQL
7 lines
87 B
MySQL
|
#
|
||
|
# Table structure for table 'fe_groups'
|
||
|
#
|
||
|
CREATE TABLE fe_groups (
|
||
|
ip_mask text
|
||
|
);
|