sodium
This commit is contained in:
@@ -45,6 +45,9 @@ create table ligne (
|
||||
quantite decimal
|
||||
);
|
||||
|
||||
alter table ligne
|
||||
add column total decimal generated always as (prix_unitaire * quantite) stored;
|
||||
|
||||
create table marque (
|
||||
id int primary key,
|
||||
marque text not null
|
||||
|
||||
Reference in New Issue
Block a user