Changes between Version 2 and Version 3 of phase0


Ignore:
Timestamp:
03/06/24 23:53:29 (10 months ago)
Author:
201166
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • phase0

    v2 v3  
    2525);
    2626
     27----
     28
    2729create table category
    2830(
     
    3436);
    3537
     38----
     39
    3640create table supplier
    3741(
     
    4145    phone_number varchar(255)
    4246);
     47
     48----
    4349
    4450create table product
     
    5763);
    5864
     65----
     66
    5967create table product_price
    6068(
     
    7179);
    7280
     81----
     82
    7383
    7484create table property
     
    7787    name varchar(255)
    7888);
     89
     90----
    7991
    8092create table product_property
     
    92104);
    93105
     106----
     107
    94108create table orders
    95109(
     
    103117        on update cascade
    104118);
     119
     120----
    105121
    106122create table order_details