{ TABLE "nilsson".rf1_abrfc2 row size = 271 number of columns = 26 index size = 12 
              }
create table "nilsson".rf1_abrfc2 
  (
    arc_status_flag smallint not null ,
    arc_identifier serial not null ,
    name char(64),
    min_x_axis_coord float not null ,
    max_x_axis_coord float not null ,
    min_y_axis_coord float not null ,
    max_y_axis_coord float not null ,
    reach_num char(11) not null ,
    huc char(8) not null ,
    type char(1) not null ,
    segment_length float,
    miles_terminus float,
    sum_drain_length float,
    primary_name char(30),
    primary_code char(11),
    open_water_name char(30),
    open_water_code char(11),
    down_reach_num char(11) not null ,
    down_huc char(8) not null ,
    up_direction char(1),
    stream_level smallint,
    down_junct_code smallint,
    terminal_id integer,
    terminal_base_lev smallint,
    divergence_code smallint,
    sequence_num char(11) not null ,
    unique (arc_identifier)  constraint "nilsson".u310_12030
  );
revoke all on "nilsson".rf1_abrfc2 from "public";





