Tutto è pronto! Ecco un riepilogo di cosa verrà generato. Clicca "Scarica ZIP" per ottenere i file.
Migration
Model
Factory
Seeder
| Sorgente | Colonna | Tipo | Target | Colonna Target | Origine |
|---|---|---|---|---|---|
| categories | parent |
belongsTo | categories | id |
Manuale |
| chiusures | locale_id |
belongsTo | locales | id |
Manuale |
| menu_locales | locales_id |
belongsTo | locales | id |
Manuale |
| oraris | locales_id |
belongsTo | locales | id |
Manuale |
| orders | locales_id |
belongsTo | locales | id |
Manuale |
| user_locales | locales_id |
belongsTo | locales | id |
Manuale |
| menus | categorias_id |
belongsTo | categories | id |
Manuale |
| user_locales | utente_id |
belongsTo | users | id |
Manuale |
| menu_locales | prodottos_id |
belongsTo | menus | id |
Manuale |
| voci_orders | prodotto_id |
belongsTo | menus | id |
Manuale |
| Colonna | Tipo Laravel | Attributi |
|---|---|---|
id |
integer | PK |
titolo |
tinyText | |
anteprima |
text | |
testo |
text | |
autore |
integer | |
data |
date | |
categoria |
integer |
| Colonna | Tipo Laravel | Attributi |
|---|---|---|
id |
integer | PK |
name |
string | |
link |
string | |
video |
string | |
visibile |
boolean |
| Colonna | Tipo Laravel | Attributi |
|---|---|---|
id |
integer | PK |
name |
string | |
description |
text | |
vino |
boolean | |
parent |
tinyInteger |
| Colonna | Tipo Laravel | Attributi |
|---|---|---|
id |
integer | PK |
name |
string |
| Colonna | Tipo Laravel | Attributi |
|---|---|---|
id |
integer | PK |
locale_id |
string | |
data |
date | |
type |
boolean |
| Colonna | Tipo Laravel | Attributi |
|---|---|---|
id |
integer | PK |
email |
string | |
code |
string | |
creato_il |
dateTime | nullable |
verificato |
boolean | nullable |
order_id |
integer | nullable |
| Colonna | Tipo Laravel | Attributi |
|---|---|---|
id |
integer | PK |
name |
string | |
alias |
string | |
latitudine |
string | |
longitudine |
string | |
address |
tinyText | |
inizio |
smallInteger | |
tel |
string | |
whatsapp |
string | |
ordine |
tinyInteger |
| Colonna | Tipo Laravel | Attributi |
|---|---|---|
id |
integer | PK |
numero |
smallInteger | |
titolo |
string | |
description |
text | |
price |
decimal | |
categorias_id |
integer | |
disponibile |
boolean | |
bacchette |
tinyInteger | |
gluten_free |
boolean | |
vegetariano |
boolean |
| Colonna | Tipo Laravel | Attributi |
|---|---|---|
id |
integer | PK |
locales_id |
string | |
prodottos_id |
integer | |
disp |
boolean |
| Colonna | Tipo Laravel | Attributi |
|---|---|---|
id |
integer | PK |
inizio |
time | |
fine |
time | |
ultimo |
time | |
data |
date | |
consegna |
boolean | |
bloccato |
boolean | |
locales_id |
string | |
max |
tinyInteger |
| Colonna | Tipo Laravel | Attributi |
|---|---|---|
id |
integer | PK |
locales_id |
string | |
numero |
smallInteger | |
data |
dateTime | |
data_consegna |
date | |
orario |
string | |
phone |
string | |
nominativo |
string | |
email |
string | |
concluso |
boolean | |
pagato |
boolean | |
consegna |
boolean | |
address |
text | |
tot |
decimal | |
total |
decimal | |
nuovo |
tinyInteger | |
notes |
text | |
inserito |
timestamp | |
pax |
integer | |
player_id |
string |
| Colonna | Tipo Laravel | Attributi |
|---|---|---|
id |
integer | PK |
locales_id |
string | |
utente_id |
integer | |
sound |
boolean |
| Colonna | Tipo Laravel | Attributi |
|---|---|---|
id |
integer | PK |
name |
string | |
surname |
string | |
email |
string | |
password |
char | |
salt |
char | |
username |
string | |
battiati |
boolean | |
catania |
boolean | |
nicolosi |
boolean | |
battiati_sound |
boolean | |
nicolosi_sound |
boolean | |
catania_sound |
boolean |
| Colonna | Tipo Laravel | Attributi |
|---|---|---|
id |
integer | PK |
ordine_id |
integer | |
prodotto_id |
integer | |
qta |
smallInteger | |
extra |
string |