{"table_name":"course_table","full_table_name":"wp_course_table","description":"Stores course table data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE IF NOT EXISTS course_table (Course_No varchar(20) NOT NULL, Course_Title varchar(50) NOT NULL, Section varchar(10) NOT NULL, CRN varchar(15) NOT NULL, Instructor_login varchar(45) NOT NULL, Term varchar(45) NOT NULL, Timestamp timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, PRIMARY KEY (CRN));","columns":[{"name":"Course_No","type":"varchar(20)","nullable":false,"primary_key":false},{"name":"Course_Title","type":"varchar(50)","nullable":false,"primary_key":false},{"name":"Section","type":"varchar(10)","nullable":false,"primary_key":false},{"name":"CRN","type":"varchar(15)","nullable":false,"primary_key":false},{"name":"Instructor_login","type":"varchar(45)","nullable":false,"primary_key":false},{"name":"Term","type":"varchar(45)","nullable":false,"primary_key":false},{"name":"Timestamp","type":"timestamp","nullable":false,"primary_key":false}],"plugin":{"slug":"community-gradebook","name":"Community Gradebook","active_installs":10,"version":"0.1","wp_org_url":"https://wordpress.org/plugins/community-gradebook/"}}