Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
kongtiaowang committed Oct 16, 2024
1 parent 2d91a56 commit 4036321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SQL/0000-00-00-schema.sql
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
-- ********************************

CREATE TABLE `Project` (
`ProjectID` INT(10) unsigned NOT NULL AUTO_INCREMENT,
dd `ProjectID` INT(10) unsigned NOT NULL AUTO_INCREMENT,
`Name` VARCHAR(255) NOT NULL,
`Alias` char(4) NOT NULL,
`recruitmentTarget` INT(6) Default NULL,
Expand Down

0 comments on commit 4036321

Please sign in to comment.