Le nom de l'entrepot est obligatoire.
This commit is contained in:
parent
fd9df3ace1
commit
499c749e1a
@ -1,5 +1,6 @@
|
|||||||
-- ============================================================================
|
-- ============================================================================
|
||||||
-- Copyright (C) 2003 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
-- Copyright (C) 2003 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
||||||
|
-- Copyright (C) 2004 Laurent Destailleur <eldy@users.sourceforge.net>
|
||||||
--
|
--
|
||||||
-- This program is free software; you can redistribute it and/or modify
|
-- This program is free software; you can redistribute it and/or modify
|
||||||
-- it under the terms of the GNU General Public License as published by
|
-- it under the terms of the GNU General Public License as published by
|
||||||
@ -25,7 +26,7 @@ create table llx_entrepot
|
|||||||
rowid integer AUTO_INCREMENT PRIMARY KEY,
|
rowid integer AUTO_INCREMENT PRIMARY KEY,
|
||||||
datec datetime,
|
datec datetime,
|
||||||
tms timestamp,
|
tms timestamp,
|
||||||
label varchar(255),
|
label varchar(255) NOT NULL,
|
||||||
description text,
|
description text,
|
||||||
statut tinyint default 1, -- 1 ouvert, 0 fermé
|
statut tinyint default 1, -- 1 ouvert, 0 fermé
|
||||||
fk_user_author integer
|
fk_user_author integer
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user