sql
This commit is contained in:
parent
839e4f62e5
commit
2462fe4a34
@ -0,0 +1,5 @@
|
|||||||
|
alter table oc_gestion_facture
|
||||||
|
add column fk_client_id INT DEFAULT NULL,
|
||||||
|
add column fk_client_group_facturation_id INT DEFAULT NULL,
|
||||||
|
add column month int DEFAULT NULL,
|
||||||
|
add column year int DEFAULT NULL;
|
||||||
Loading…
x
Reference in New Issue
Block a user