2
0

Added example url shortener

This commit is contained in:
Jack Christensen
2013-08-05 13:08:45 -05:00
parent 0e30c0ae61
commit 2699bf6187
3 changed files with 149 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
create table shortened_urls (
id text primary key,
url text not null
);