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

Rename table character to perso

parent 80d96a2f
No related branches found
No related tags found
No related merge requests found
.idea/
.project/
*/src/sql/*
\ No newline at end of file
tp1/src/sql/games_data.sql
tp1/src/sql/games_schema.sql
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
-- Adminer 4.2.2 MySQL dump
-- Adminer 4.2.2 MySQL dump test
SET NAMES utf8;
SET time_zone = '+00:00';
SET foreign_key_checks = 0;
SET sql_mode = 'NO_AUTO_VALUE_ON_ZERO';
DROP TABLE IF EXISTS `character`;
DROP TABLE IF EXISTS `perso`;
CREATE TABLE `character` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(128) NOT NULL,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment