[ { "Field": "id", "Type": "int(10) unsigned", "Null": "NO", "Key": "PRI", "Default": null, "Extra": "auto_increment" }, { "Field": "user_id", "Type": "int(10) unsigned", "Null": "YES", "Key": "MUL", "Default": null, "Extra": "" }, { "Field": "store_name", "Type": "varchar(120)", "Null": "NO", "Key": "", "Default": null, "Extra": "" }, { "Field": "store_slug", "Type": "varchar(140)", "Null": "NO", "Key": "UNI", "Default": null, "Extra": "" }, { "Field": "store_description", "Type": "text", "Null": "YES", "Key": "", "Default": null, "Extra": "" }, { "Field": "store_logo", "Type": "varchar(255)", "Null": "YES", "Key": "", "Default": null, "Extra": "" }, { "Field": "store_banner", "Type": "varchar(255)", "Null": "YES", "Key": "", "Default": null, "Extra": "" }, { "Field": "store_color", "Type": "varchar(7)", "Null": "YES", "Key": "", "Default": "#8a2be2", "Extra": "" }, { "Field": "whatsapp_number", "Type": "varchar(20)", "Null": "YES", "Key": "", "Default": null, "Extra": "" }, { "Field": "available_earnings", "Type": "decimal(15,2)", "Null": "NO", "Key": "", "Default": "0.00", "Extra": "" }, { "Field": "main_wallet_balance", "Type": "decimal(15,2)", "Null": "NO", "Key": "", "Default": "0.00", "Extra": "" }, { "Field": "total_earned", "Type": "decimal(15,2)", "Null": "NO", "Key": "", "Default": "0.00", "Extra": "" }, { "Field": "is_active", "Type": "tinyint(1)", "Null": "NO", "Key": "", "Default": "1", "Extra": "" }, { "Field": "created_at", "Type": "timestamp", "Null": "NO", "Key": "", "Default": "current_timestamp()", "Extra": "" }, { "Field": "updated_at", "Type": "timestamp", "Null": "NO", "Key": "", "Default": "current_timestamp()", "Extra": "on update current_timestamp()" }, { "Field": "email_address", "Type": "varchar(160)", "Null": "YES", "Key": "", "Default": null, "Extra": "" }, { "Field": "store_theme", "Type": "varchar(20)", "Null": "NO", "Key": "", "Default": "premium_dark", "Extra": "" }, { "Field": "available_balance", "Type": "decimal(15,2)", "Null": "NO", "Key": "", "Default": "0.00", "Extra": "" }, { "Field": "total_earnings", "Type": "decimal(15,2)", "Null": "NO", "Key": "", "Default": "0.00", "Extra": "" } ]