Open Meetings
State of Missouri
@usgov.state_of_missouri_open_meetings
State of Missouri
@usgov.state_of_missouri_open_meetings
CREATE TABLE table_1 (
"meeting_body_name" VARCHAR,
"committee" VARCHAR,
"begin_date_time" VARCHAR,
"is_all_day" BIGINT,
"has_end" BIGINT,
"end_date_time" VARCHAR,
"building_name" VARCHAR,
"room" VARCHAR,
"address" VARCHAR,
"address2" VARCHAR,
"city" VARCHAR,
"state" VARCHAR,
"zip" DOUBLE,
"webcast_url" VARCHAR,
"webcast_plugin" VARCHAR,
"is_video_conf" BIGINT,
"is_conf_call" BIGINT,
"conf_call_number" VARCHAR,
"conf_call_id" VARCHAR,
"conf_call_password" VARCHAR,
"contact_first_name" VARCHAR,
"contact_last_name" VARCHAR,
"phone" VARCHAR,
"email" VARCHAR,
"notes" VARCHAR,
"materials_url" VARCHAR,
"archived_url" VARCHAR,
"publication_date" TIMESTAMP,
"amendments" VARCHAR,
"amendment_date" TIMESTAMP,
"latlng" VARCHAR
);
Anyone who has the link will be able to view this.