Skip to content

Commit 6c269ed

Browse files
author
Eric Harmeling
authored
Merge pull request #2 from ericharmeling/create-sql-update
Removed commented-out SQL statements
2 parents a3f4a21 + 8499736 commit 6c269ed

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed
Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,7 @@
1-
-- DROP TABLE IF EXISTS account cascade;
2-
-- DROP TABLE IF EXISTS databasechangelog cascade;
3-
-- DROP TABLE IF EXISTS databasechangeloglock cascade;
4-
51
create table account
62
(
73
id int not null primary key default unique_rowid(),
84
balance numeric(19, 2) not null,
95
name varchar(128) not null,
106
type varchar(25) not null
117
);
12-
13-
-- insert into account (id,balance,name,type) values
14-
-- (1, 500.00,'Alice','asset'),
15-
-- (2, 500.00,'Bob','expense'),
16-
-- (3, 500.00,'Bobby Tables','asset'),
17-
-- (4, 500.00,'Doris','expense');

0 commit comments

Comments
 (0)