Skip to content
Snippets Groups Projects
Commit 2612cafd authored by Loïc's avatar Loïc
Browse files

Rectification du schemas de la bd

parent 6044fbc8
Branches
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ SET foreign_key_checks = 0; ...@@ -6,7 +6,7 @@ SET foreign_key_checks = 0;
SET sql_mode = 'NO_AUTO_VALUE_ON_ZERO'; SET sql_mode = 'NO_AUTO_VALUE_ON_ZERO';
DROP TABLE IF EXISTS `perso`; DROP TABLE IF EXISTS `perso`;
CREATE TABLE `character` ( CREATE TABLE `perso` (
`id` int(11) NOT NULL AUTO_INCREMENT, `id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(128) NOT NULL, `name` varchar(128) NOT NULL,
`real_name` varchar(128) DEFAULT NULL, `real_name` varchar(128) DEFAULT NULL,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment