Struttura del Database
Tabelle nel database:
- account_deletion_feedback
- account_deletion_requests
- admin_impersonation
- button_clicks
- card_categories
- card_categories_backup_complete_20250528171433
- card_categories_backup_fix
- card_categories_backup_giorgia_20250528165504
- cards
- cards_backup_complete_20250528171433
- cards_backup_fix
- cards_backup_giorgia_20250528165504
- categories
- dashboard_visits
- notifications
- page_views
- remember_tokens
- sections
- sections_backup_complete_20250528171433
- sections_backup_fix
- sections_backup_giorgia_20250528165504
- shared_categories
- shared_categories_backup_michele_2025_05_28_17_19_57
- shared_sections
- shared_sections_backup_michele_2025_05_28_17_19_57
- sharing_history
- sharing_history_backup_michele_2025_05_28_17_19_57
- user_items
- user_notes
- user_section_order
- user_settings
- users
- users_backup_restore
- virtual_section_order
- virtual_section_preferences
Analisi dettagliata delle tabelle potenziali per i bottoni:
La tabella buttons non esiste.
Struttura della tabella cards:
- id - int (NOT NULL, PRI, auto_increment)
- user_id - int (NULL)
- category_id - int (NOT NULL, MUL)
- title - varchar(255) (NOT NULL)
- url - varchar(512) (NOT NULL)
- button_text - varchar(255) (NOT NULL)
- icon - varchar(100) (NULL, DEFAULT 'fa-dollar-sign')
- color_class - varchar(50) (NULL, DEFAULT 'button')
- display_order - int (NULL)
- emoji - varchar(255) (NULL)
- color - varchar(20) (NULL, DEFAULT '#cccccc')
- original_order - int (NULL)
Questa tabella contiene 1551 righe.
La tabella buttons_data non esiste.
La tabella card_buttons non esiste.
Analisi delle tabelle di sistema note:
Struttura della tabella sections:
- id - int (NOT NULL, PRI, auto_increment)
- user_id - int (NOT NULL)
- name - varchar(255) (NOT NULL)
- display_order - int (NOT NULL)
- color - varchar(50) (NULL)
- emoji - varchar(50) (NULL)
- text_color - varchar(50) (NULL, DEFAULT '#FFFFFF')
- owner_id - int unsigned (NULL, MUL)
Struttura della tabella card_categories:
- id - int (NOT NULL, PRI, auto_increment)
- user_id - int (NULL)
- section_id - int (NOT NULL, MUL, DEFAULT '1')
- name - varchar(255) (NOT NULL)
- display_order - int (NULL)
- text_color - varchar(50) (NULL)
Esempio di dati nelle tabelle:
Esempi di dati dalla tabella sections:
id | user_id | name | display_order | color | emoji | text_color | owner_id |
---|
7 | 7 | I Miei Link | 1 | #F45422 | 🔗 | #FFFFFF | 7 |
20 | 4 | Lavoro | 2 | #F45422 | 💻 | #FFFFFF | 4 |
23 | 8 | I Miei Link | 1 | #F45422 | 🔗 | #FFFFFF | 8 |
24 | 9 | I Miei Link | 1 | #F45422 | 🔗 | #000000 | 9 |
47 | 2 | Personal | 1 | #FFFFFF | 🏠 | #000000 | 2 |
Esempi di dati dalla tabella card_categories:
id | user_id | section_id | name | display_order | text_color |
---|
16 | 7 | 7 | Video e Social | 1 | #000000 |
28 | 4 | 20 | Advertising | 1 | |
30 | 8 | 23 | Video e Social | 1 | #000000 |
31 | 9 | 24 | Social | 1 | #000000 |
57 | 2 | 47 | Social | 1 | #000000 |
Esempi di dati dalla tabella cards:
id | user_id | category_id | title | url | button_text | icon | color_class | display_order | emoji | color | original_order |
---|
63 | 7 | 16 | | https://www.youtube.com | YouTube | youtube | button | 1 | 📺 | #cccccc | |
97 | 4 | 28 | | https://ads.google.com/aw/overview?ocid=6864891498&ascid=6864891498&euid=1322939723&__u=6117339827&uscid=6864891498&__c=9075771802&authuser=0 | Google Ads (MCC Jfrog) | link | button | 1 | 👩💻 | #cccccc | |
98 | 4 | 28 | | https://ads.google.com/aw/overview?ocid=6864891498&ascid=6864891498&euid=1322939723&__u=6117339827&uscid=6864891498&__c=9075771802&authuser=0 | Google Ads (MCC Jfrog) | link | button | 2 | 👩💻 | #cccccc | |
99 | 4 | 28 | | https://ads.google.com/aw/overview?ocid=6864891498&ascid=6864891498&euid=1322939723&__u=6117339827&uscid=6864891498&__c=9075771802&authuser=0 | Google Ads (MCC Jfrog) | link | button | 3 | 👩💻 | #cccccc | |
105 | 4 | 28 | | https://ads.google.com/aw/overview?ocid=6864891498&ascid=6864891498&euid=1322939723&__u=6117339827&uscid=6864891498&__c=9075771802&authuser=0 | Google Ads (MCC Jfrog) | link | button34 | 4 | 👩💻 | #cccccc | |
Analisi completata. Usa queste informazioni per determinare il nome corretto della tabella per i bottoni.