diff --git a/backend/db.py b/backend/db.py index 0d2cdaa..ab21c6e 100644 --- a/backend/db.py +++ b/backend/db.py @@ -24,7 +24,8 @@ def init_db(): age INTEGER, personality TEXT, image_path TEXT, - adoption_status TEXT DEFAULT 'Available' + adoption_status TEXT + DEFAULT 'Available' )''') cursor.execute('''CREATE TABLE IF NOT EXISTS adopters (