142 lines
		
	
	
		
			3.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
			
		
		
	
	
			142 lines
		
	
	
		
			3.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
| {
 | |
|   "version": "6",
 | |
|   "dialect": "sqlite",
 | |
|   "id": "c3b4d292-f58b-4df8-844c-6e534034c832",
 | |
|   "prevId": "19a2bad6-49be-485d-ac5e-291bd3d664ad",
 | |
|   "tables": {
 | |
|     "movies": {
 | |
|       "name": "movies",
 | |
|       "columns": {
 | |
|         "id": {
 | |
|           "name": "id",
 | |
|           "type": "integer",
 | |
|           "primaryKey": true,
 | |
|           "notNull": true,
 | |
|           "autoincrement": false
 | |
|         },
 | |
|         "title": {
 | |
|           "name": "title",
 | |
|           "type": "text",
 | |
|           "primaryKey": false,
 | |
|           "notNull": true,
 | |
|           "autoincrement": false
 | |
|         },
 | |
|         "adult": {
 | |
|           "name": "adult",
 | |
|           "type": "integer",
 | |
|           "primaryKey": false,
 | |
|           "notNull": true,
 | |
|           "autoincrement": false
 | |
|         },
 | |
|         "backdrop_path": {
 | |
|           "name": "backdrop_path",
 | |
|           "type": "text",
 | |
|           "primaryKey": false,
 | |
|           "notNull": true,
 | |
|           "autoincrement": false
 | |
|         },
 | |
|         "genre_ids": {
 | |
|           "name": "genre_ids",
 | |
|           "type": "text",
 | |
|           "primaryKey": false,
 | |
|           "notNull": true,
 | |
|           "autoincrement": false
 | |
|         },
 | |
|         "original_language": {
 | |
|           "name": "original_language",
 | |
|           "type": "text",
 | |
|           "primaryKey": false,
 | |
|           "notNull": true,
 | |
|           "autoincrement": false
 | |
|         },
 | |
|         "original_title": {
 | |
|           "name": "original_title",
 | |
|           "type": "text",
 | |
|           "primaryKey": false,
 | |
|           "notNull": true,
 | |
|           "autoincrement": false
 | |
|         },
 | |
|         "overview": {
 | |
|           "name": "overview",
 | |
|           "type": "text",
 | |
|           "primaryKey": false,
 | |
|           "notNull": true,
 | |
|           "autoincrement": false
 | |
|         },
 | |
|         "popularity": {
 | |
|           "name": "popularity",
 | |
|           "type": "real",
 | |
|           "primaryKey": false,
 | |
|           "notNull": true,
 | |
|           "autoincrement": false
 | |
|         },
 | |
|         "poster_path": {
 | |
|           "name": "poster_path",
 | |
|           "type": "text",
 | |
|           "primaryKey": false,
 | |
|           "notNull": true,
 | |
|           "autoincrement": false
 | |
|         },
 | |
|         "release_date": {
 | |
|           "name": "release_date",
 | |
|           "type": "text",
 | |
|           "primaryKey": false,
 | |
|           "notNull": true,
 | |
|           "autoincrement": false
 | |
|         },
 | |
|         "video": {
 | |
|           "name": "video",
 | |
|           "type": "integer",
 | |
|           "primaryKey": false,
 | |
|           "notNull": true,
 | |
|           "autoincrement": false
 | |
|         },
 | |
|         "vote_average": {
 | |
|           "name": "vote_average",
 | |
|           "type": "real",
 | |
|           "primaryKey": false,
 | |
|           "notNull": true,
 | |
|           "autoincrement": false
 | |
|         },
 | |
|         "vote_count": {
 | |
|           "name": "vote_count",
 | |
|           "type": "integer",
 | |
|           "primaryKey": false,
 | |
|           "notNull": true,
 | |
|           "autoincrement": false
 | |
|         },
 | |
|         "seen": {
 | |
|           "name": "seen",
 | |
|           "type": "integer",
 | |
|           "primaryKey": false,
 | |
|           "notNull": false,
 | |
|           "autoincrement": false,
 | |
|           "default": false
 | |
|         },
 | |
|         "favorite": {
 | |
|           "name": "favorite",
 | |
|           "type": "integer",
 | |
|           "primaryKey": false,
 | |
|           "notNull": false,
 | |
|           "autoincrement": false,
 | |
|           "default": false
 | |
|         }
 | |
|       },
 | |
|       "indexes": {},
 | |
|       "foreignKeys": {},
 | |
|       "compositePrimaryKeys": {},
 | |
|       "uniqueConstraints": {},
 | |
|       "checkConstraints": {}
 | |
|     }
 | |
|   },
 | |
|   "views": {},
 | |
|   "enums": {},
 | |
|   "_meta": {
 | |
|     "schemas": {},
 | |
|     "tables": {},
 | |
|     "columns": {}
 | |
|   },
 | |
|   "internal": {
 | |
|     "indexes": {}
 | |
|   }
 | |
| } |