Skip to content
This repository has been archived by the owner on Jun 6, 2023. It is now read-only.

Commit

Permalink
Ajout d'une base de données hobbycartes
Browse files Browse the repository at this point in the history
  • Loading branch information
krazdax5 committed Nov 27, 2012
1 parent ddf2915 commit 1640bbc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions contenu/base.sql
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ DROP TRIGGER IF EXISTS delfiche;
DROP TRIGGER IF EXISTS inmembre;
DROP TRIGGER IF EXISTS delmembre;

DROP DATABASE IF EXISTS hobbycartes;

CREATE DATABASE hobbycartes;
USE hobbycartes;

CREATE TABLE membre(
idmembre INTEGER PRIMARY KEY AUTO_INCREMENT,
prenommem VARCHAR(30) NOT NULL,
Expand Down

0 comments on commit 1640bbc

Please sign in to comment.