CREATE TABLE ezaucr_arrest_statistics_download (
"cyear" BIGINT,
"state_name" VARCHAR,
"full_name" VARCHAR,
"part" BIGINT,
"total_population" BIGINT,
"coverage_indicator" VARCHAR,
"total_arrests" BIGINT,
"violent_crime_index" BIGINT,
"murder_nonneg_mans" BIGINT,
"rape" BIGINT,
"robbery" BIGINT,
"aggravated_assault" BIGINT,
"property_crime_index" BIGINT,
"burglary" BIGINT,
"larceny_theft" BIGINT,
"motor_vehicle_theft" BIGINT,
"arson" BIGINT,
"other_assaults" BIGINT,
"forgery_and_counterfeiting" BIGINT,
"fraud" BIGINT,
"embezzlement" BIGINT,
"stolen_property" BIGINT,
"vandalism" BIGINT,
"weapons" BIGINT,
"prostitution_commercialized_vice" BIGINT,
"sex_offenses_other" BIGINT,
"drug_abuse_violations" BIGINT,
"gambling" BIGINT,
"offenses_against_family" BIGINT,
"driving_under_influence" BIGINT,
"liquor_laws" BIGINT,
"drunkenness" BIGINT,
"disorderly_conduct" BIGINT,
"vagrancy" BIGINT,
"all_other_offenses" BIGINT,
"curfew_and_loitering" BIGINT,
"runaways" BIGINT
);