Skip to content

Commit

Permalink
Fix formatting in building table schema
Browse files Browse the repository at this point in the history
  • Loading branch information
Vianpyro committed Nov 18, 2024
1 parent 4313c29 commit f10023a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database.sql
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ CREATE TABLE IF NOT EXISTS city (

CREATE TABLE IF NOT EXISTS building (
building_id INT UNSIGNED AUTO_INCREMENT PRIMARY KEY NOT NULL,
building_name VARCHAR(100) ,
building_name VARCHAR(100),
building_level INT DEFAULT 0 NOT NULL,
max_level INT DEFAULT 10 NOT NULL,
city_id INT UNSIGNED NOT NULL,
Expand Down

0 comments on commit f10023a

Please sign in to comment.