6 lines
88 B
SQL
6 lines
88 B
SQL
#
|
|
# Table structure for table 'fe_groups'
|
|
#
|
|
CREATE TABLE fe_groups (
|
|
ip_mask text
|
|
);
|