{"slug":"stan-checkout","name":"Stan Checkout","description":"Vendez plus. Vendez mieux et plus vite avec Stan Xpress Checkout !","author":"Jonathan - CTO Brightweb","active_installs":0,"version":"1.3.6","wp_org_url":"https://wordpress.org/plugins/stan-checkout/","is_closed":false,"cleanup":{"has_uninstall_hook":true,"drops_tables_on_uninstall":false,"deletes_options_on_uninstall":false},"tables":[{"table_name":"woocommerce_stan_checkout_sessions","full_table_name":"wp_woocommerce_stan_checkout_sessions","description":"Stores session data for tracking user or visitor state.","detection_method":"static","confidence":"medium","columns":[{"name":"ID","type":"BIGINT UNSIGNED","nullable":false,"primary_key":true},{"name":"session_key","type":"varchar(191)","nullable":false,"primary_key":false},{"name":"session_value","type":"longtext","nullable":false,"primary_key":false},{"name":"created_at","type":"BIGINT UNSIGNED","nullable":false,"primary_key":false},{"name":"updated_at","type":"BIGINT UNSIGNED","nullable":false,"primary_key":false}],"create_sql":"CREATE TABLE IF NOT EXISTS wp_woocommerce_stan_checkout_sessions ( ID BIGINT UNSIGNED NOT NULL AUTO_INCREMENT, session_key varchar(191) NOT NULL, session_value longtext NOT NULL, created_at BIGINT UNSIGNED NOT NULL, updated_at BIGINT UNSIGNED NOT NULL, PRIMARY KEY (session_key), UNIQUE KEY ID (ID) ) $collate; \"; return $tables; } /** * Sets up the database tables which the plugin needs to function. * * @since 1.0.0 * @static * @access public */ public function create_stan_sessions_table() { /** * * Tables: * woocommerce_stan_checkout_sessions - Table for storing various sessions in Stan plugin */ global $wpdb; $wpdb->hide_errors();"}],"table_count":1}