updated for using .env

This commit is contained in:
Mann Patel
2025-08-27 17:54:45 -06:00
parent 09093aa70a
commit 9f260c3821
11 changed files with 83 additions and 32 deletions

View File

@@ -19,7 +19,7 @@
## APPOINTMENT
````sql
```sql
create table user_addresses
(
user_id integer not null
@@ -34,5 +34,5 @@ create table user_addresses
created_at timestamp default now(),
updated_at timestamp default now(),
primary key (user_id, address_line1, postal_code)
);```
````
);
```