Skip to content

Commit

Permalink
Add "country" column to schema.sql (sojourn-13#1475)
Browse files Browse the repository at this point in the history
  • Loading branch information
bo20202 authored Apr 5, 2018
1 parent a434d0e commit 713aa91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions schema.sql
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ CREATE TABLE `players` (
`rank` varchar(255) NOT NULL DEFAULT 'player',
`flags` int(11) NOT NULL DEFAULT '0',
`byond_version` varchar(255) NOT NULL,
`country` varchar(255) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
Expand Down

0 comments on commit 713aa91

Please sign in to comment.