Skip to content
Snippets Groups Projects

issue2-amanda-done

6 files
+ 4014
0
Compare changes
  • Side-by-side
  • Inline
Files
6
+ 85
0
{
"id": "4d3fe86b-c3c5-4ca8-b4dc-e6decec7f7fd",
"prevId": "faff4eaf-f912-450c-a6e4-6a24cf819ee3",
"version": "7",
"dialect": "postgresql",
"tables": {
"public.implants": {
"name": "implants",
"schema": "",
"columns": {
"id": {
"name": "id",
"type": "serial",
"primaryKey": true,
"notNull": true
},
"nome": {
"name": "nome",
"type": "varchar(255)",
"primaryKey": false,
"notNull": true
},
"created_at": {
"name": "created_at",
"type": "timestamp",
"primaryKey": false,
"notNull": true,
"default": "now()"
},
"price": {
"name": "price",
"type": "numeric",
"primaryKey": false,
"notNull": true
},
"cyberCost": {
"name": "cyberCost",
"type": "numeric",
"primaryKey": false,
"notNull": false,
"default": "'5'"
},
"bodyPart": {
"name": "bodyPart",
"type": "varchar(255)",
"primaryKey": false,
"notNull": true
},
"updated_at": {
"name": "updated_at",
"type": "timestamp",
"primaryKey": false,
"notNull": true,
"default": "now()"
}
},
"indexes": {},
"foreignKeys": {},
"compositePrimaryKeys": {},
"uniqueConstraints": {
"implants_id_unique": {
"name": "implants_id_unique",
"nullsNotDistinct": false,
"columns": [
"id"
]
}
},
"policies": {},
"checkConstraints": {},
"isRLSEnabled": false
}
},
"enums": {},
"schemas": {},
"sequences": {},
"roles": {},
"policies": {},
"views": {},
"_meta": {
"columns": {},
"schemas": {},
"tables": {}
}
}
\ No newline at end of file
Loading