Tofu managed-database export fixture
Managed database connected. Schema applied by this app's build, ahead of the framework build.
Tables and exact row counts
| table | rows |
|---|
| auth.audit_log_entries | 0 |
| auth.custom_oauth_providers | 0 |
| auth.flow_state | 0 |
| auth.identities | 0 |
| auth.instances | 0 |
| auth.mfa_amr_claims | 0 |
| auth.mfa_challenges | 0 |
| auth.mfa_factors | 0 |
| auth.mfa_recovery_code_sets | 0 |
| auth.mfa_recovery_codes | 0 |
| auth.oauth_authorizations | 0 |
| auth.oauth_client_states | 0 |
| auth.oauth_clients | 0 |
| auth.oauth_consents | 0 |
| auth.one_time_tokens | 0 |
| auth.refresh_tokens | 0 |
| auth.saml_providers | 0 |
| auth.saml_relay_states | 0 |
| auth.schema_migrations | 82 |
| auth.scim_tokens | 0 |
| auth.scim_users | 0 |
| auth.sessions | 0 |
| auth.sso_domains | 0 |
| auth.sso_providers | 0 |
| auth.users | 0 |
| auth.webauthn_challenges | 0 |
| auth.webauthn_credentials | 0 |
| public.authors | 3 |
| public.books | 6 |
| storage.buckets | 0 |
| storage.buckets_analytics | 0 |
| storage.buckets_vectors | 0 |
| storage.migrations | 73 |
| storage.objects | 0 |
| storage.s3_multipart_uploads | 0 |
| storage.s3_multipart_uploads_parts | 0 |
| storage.vector_indexes | 0 |
Columns
| table | column | type | nullable | position |
|---|
| authors | id | bigint | no | 1 |
| authors | name | text | no | 2 |
| authors | handle | text | yes | 3 |
| authors | created_at | timestamp with time zone | no | 4 |
| books | id | bigint | no | 1 |
| books | author_id | bigint | no | 2 |
| books | title | text | no | 3 |
| books | subtitle | text | yes | 4 |
| books | price | numeric | no | 5 |
| books | published_at | timestamp with time zone | yes | 6 |
| books | created_at | timestamp with time zone | no | 7 |
Foreign keys
| table | constraint | definition |
|---|
| books | books_author_id_fkey | FOREIGN KEY (author_id) REFERENCES authors(id) |
Row Level Security
| table | rls enabled |
|---|
| authors | yes |
| books | yes |
Rows an export would refuse
None: auth.users and storage.objects are empty, so nothing blocks the export.
authors
| id | name | handle | created_at |
|---|
| 1 | Ada Lovelace | ada | 2026-09-25T00:00:00.000Z |
| 2 | Grace Hopper | grace | 2026-09-25T00:00:01.000Z |
| 3 | Alan Turing | null | 2026-09-25T00:00:02.000Z |
books
| id | author_id | title | subtitle | price | published_at |
|---|
| 1 | 1 | Notes on the Analytical Engine | With an annotated translation | 12.50 | 1843-08-01T00:00:00.000Z |
| 2 | 1 | Sketch of the Analytical Engine | null | 9.99 | null |
| 3 | 2 | The Education of a Computer | Programming and problem preparation | 24.00 | 1952-05-01T00:00:00.000Z |
| 4 | 2 | Compiling Routines | null | 18.75 | 1952-09-01T00:00:00.000Z |
| 5 | 3 | Computing Machinery and Intelligence | Mind, volume 59 | 31.40 | 1950-10-01T00:00:00.000Z |
| 6 | 3 | On Computable Numbers | null | 15.00 | null |
2 public base tables in this database.