rednaw / exhibitionDB

Create your own art gallery
https://rednaw.github.io/exhibitionDB/
MIT License
0 stars 0 forks source link

Data model #94

Open rednaw opened 2 years ago

rednaw commented 2 years ago

sqlite> .schema CREATE TABLE [Opere_no_img] ( [Titolo_Opera] text, [ID_Artisti] integer, [ID_Opere] integer, [Anno_Opera] text, [Dimensioni] text, [ID_Ubicazioni] text, [Suorce] text, [Tecnica] text, [Titolo_Opera_Esonimo] text ); CREATE TABLE [Artisti_esposti] ( [ID_Esposizione] integer, [ID_Artista] integer ); CREATE TABLE [Ubicazioni] ( [ID_Ubicazioni] integer, [Città_visione] text, [Luogo_Espositivo] text, [Nazione] text ); CREATE TABLE [Artisti] ( [Cognome] text, [GND] text, [ID_Artisti] integer, [Morto a] text, [Morto il] integer, [Nato a] text, [Nato il] integer, [Nome] text, [Numero Esposizioni] text, [Numero Opere dell'Artista] text, [Pseudonimo] text, [ULAN] text, [WikiData] text ); CREATE TABLE [Opere_Esposte] ( [ID_Esposizione] integer, [ID_Opera] integer, [Numero di Catalogo] text, [Commento] text, [Proprietà] text, [Esposto col Titolo] text, [Provenienza] text ); CREATE TABLE [Esposizioni] ( [ID_Esposizioni] integer, [Anno_Esposizione] integer, [Titolo_Esposizione] text, [Num_Artisti_per_Esp] text, [Num_Opere_per_Esp] text, [Source] text, [ID_Ubicazioni] integer, [Note] text );

salvo-vitale commented 2 years ago

Questo per le opere

of Cat. Entries

Questo per gli artisti

of Artists