From 60f8434a55367cd7ebb53a69a6898514de3ff39e Mon Sep 17 00:00:00 2001 From: DanielDaszkiewicz Date: Mon, 2 Nov 2020 17:11:50 -0500 Subject: [PATCH] Table 7 --- project/sql/007_create_table_transcations.sql | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/project/sql/007_create_table_transcations.sql b/project/sql/007_create_table_transcations.sql index 978eb1c..819b1b7 100644 --- a/project/sql/007_create_table_transcations.sql +++ b/project/sql/007_create_table_transcations.sql @@ -1,8 +1,9 @@ CREATE TABLE Transactions { -/**/ - - + id int auto_increment, + act_src_id + act_dest_id + } \ No newline at end of file