Changeset e03e6fb for database/migrations/meta/0000_snapshot.json
- Timestamp:
- 01/28/26 12:12:43 (5 months ago)
- Branches:
- main
- Children:
- a744c90
- Parents:
- ad211d1
- File:
-
- 1 edited
-
database/migrations/meta/0000_snapshot.json (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
database/migrations/meta/0000_snapshot.json
rad211d1 re03e6fb 1 1 { 2 "id": " 779a3882-651b-446d-8967-3728aeea2888",2 "id": "d1ab4ce8-e387-4d74-8d5b-511fdbe0a032", 3 3 "prevId": "00000000-0000-0000-0000-000000000000", 4 4 "version": "7", … … 9 9 "schema": "", 10 10 "columns": { 11 "id": {12 "name": "id",13 "type": "serial",14 "primaryKey": true,15 "notNull": true16 },17 11 "build_id": { 18 12 "name": "build_id", … … 26 20 "primaryKey": false, 27 21 "notNull": true 22 }, 23 "num_components": { 24 "name": "num_components", 25 "type": "integer", 26 "primaryKey": false, 27 "notNull": true, 28 "default": 1 28 29 } 29 30 }, … … 57 58 } 58 59 }, 59 "compositePrimaryKeys": {}, 60 "compositePrimaryKeys": { 61 "build_component_build_id_component_id_pk": { 62 "name": "build_component_build_id_component_id_pk", 63 "columns": [ 64 "build_id", 65 "component_id" 66 ] 67 } 68 }, 60 69 "uniqueConstraints": {}, 61 70 "policies": {},
Note:
See TracChangeset
for help on using the changeset viewer.
