{"database": "app", "private": false, "path": "/app", "size": 4096, "tables": [{"name": "__drizzle_migrations", "columns": ["id", "hash", "created_at"], "primary_keys": ["id"], "count": 2, "hidden": false, "fts_table": null, "foreign_keys": {"incoming": [], "outgoing": []}, "private": false}, {"name": "account", "columns": ["id", "account_id", "provider_id", "user_id", "access_token", "refresh_token", "id_token", "access_token_expires_at", "refresh_token_expires_at", "scope", "password", "created_at", "updated_at"], "primary_keys": ["id"], "count": 3, "hidden": false, "fts_table": null, "foreign_keys": {"incoming": [], "outgoing": [{"other_table": "user", "column": "user_id", "other_column": "id"}]}, "private": false}, {"name": "audit_log", "columns": ["id", "user_id", "action", "metadata", "ip", "created_at"], "primary_keys": ["id"], "count": 7, "hidden": false, "fts_table": null, "foreign_keys": {"incoming": [], "outgoing": []}, "private": false}, {"name": "session", "columns": ["id", "expires_at", "token", "created_at", "updated_at", "ip_address", "user_agent", "user_id"], "primary_keys": ["id"], "count": 2, "hidden": false, "fts_table": null, "foreign_keys": {"incoming": [], "outgoing": [{"other_table": "user", "column": "user_id", "other_column": "id"}]}, "private": false}, {"name": "user", "columns": ["id", "name", "email", "email_verified", "image", "created_at", "updated_at"], "primary_keys": ["id"], "count": 2, "hidden": false, "fts_table": null, "foreign_keys": {"incoming": [{"other_table": "account", "column": "id", "other_column": "user_id"}, {"other_table": "session", "column": "id", "other_column": "user_id"}, {"other_table": "user_profile", "column": "id", "other_column": "user_id"}], "outgoing": []}, "private": false}, {"name": "user_profile", "columns": ["id", "user_id", "role", "avatar_url", "bio", "created_at", "updated_at"], "primary_keys": ["id"], "count": 2, "hidden": false, "fts_table": null, "foreign_keys": {"incoming": [], "outgoing": [{"other_table": "user", "column": "user_id", "other_column": "id"}]}, "private": false}, {"name": "verification", "columns": ["id", "identifier", "value", "expires_at", "created_at", "updated_at"], "primary_keys": ["id"], "count": 0, "hidden": false, "fts_table": null, "foreign_keys": {"incoming": [], "outgoing": []}, "private": false}], "hidden_count": 0, "views": [], "queries": [], "allow_execute_sql": true, "query_ms": 17.504392191767693}