Ajout champ rang
This commit is contained in:
parent
1b6a92dcb2
commit
6cdb7dbe1a
@ -1,5 +1,5 @@
|
|||||||
-- ===========================================================================
|
-- ===========================================================================
|
||||||
-- Copyright (C) 2001-2003 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
-- Copyright (C) 2001-2005 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
||||||
--
|
--
|
||||||
-- 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
|
||||||
@ -44,6 +44,8 @@ create table llx_facture
|
|||||||
fk_mode_reglement integer, -- mode de reglement (Virement, Prélèvement)
|
fk_mode_reglement integer, -- mode de reglement (Virement, Prélèvement)
|
||||||
date_lim_reglement date, -- date limite de reglement
|
date_lim_reglement date, -- date limite de reglement
|
||||||
note text,
|
note text,
|
||||||
|
rang integer DEFAULT 0,
|
||||||
|
|
||||||
|
|
||||||
UNIQUE INDEX (facnumber),
|
UNIQUE INDEX (facnumber),
|
||||||
INDEX fksoc (fk_soc)
|
INDEX fksoc (fk_soc)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user