Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
adofsauron committed Jun 21, 2023
1 parent 0839bac commit fd819f6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions trunk/profill/dml.sql
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@

use memory;

create table b(b1 int, b2 varchar(2), primary key(b1)) ;

create table a(a1 int, a2 varchar(2), foreign key(a1) references b(b1)) ;
Expand Down

0 comments on commit fd819f6

Please sign in to comment.