emileBDD #6

Merged
emile.lalorcey merged 2 commits from emileBDD into main 2025-05-14 14:14:44 +02:00
Showing only changes of commit ccaa73e0d7 - Show all commits

View File

@ -4,7 +4,7 @@
-- > Le jeu de caractères utilisé est utf8.
-- =====================================================================================================
-- set names 'utf8';
create database gsbbdcr;
Drop database if exists gsbbdcr;
USE gsbbdcr;
-- ----------------------------------------------------------------------------------------------
create table FAMILLE(fCode VARCHAR(3) not null,fLibelle VARCHAR(83),primary key(fCode)) ENGINE=INNODB DEFAULT CHARSET=utf8;