- Created tables for `chats_etichette`, `messages`, `servizio`, `servizio_interessi`, `servizio_annunci`, `prezziario`, `ordini`, `payments`, and `banlist`. - Established primary and foreign key constraints for data integrity. - Introduced enums for various types including `TipologiaPosizioneEnum`, `OrderTypeEnum`, and `PaymentStatusEnum`. - Seeded initial data for banners, labels, flags, pricing, strings, and users. - Implemented unique constraints where necessary to prevent duplicate entries.
15 lines
No EOL
353 B
JSON
15 lines
No EOL
353 B
JSON
{
|
|
"sqltools.connections": [
|
|
{
|
|
"ssh": "Disabled",
|
|
"previewLimit": 50,
|
|
"server": "localhost",
|
|
"port": 5433,
|
|
"driver": "PostgreSQL",
|
|
"name": "dev",
|
|
"database": "postgres",
|
|
"username": "postgres",
|
|
"password": "rootpost"
|
|
}
|
|
]
|
|
} |