This website works better with JavaScript.
Explore
Help
Sign In
jbiason
/
random
Watch
1
Star
0
Fork
You've already forked random
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
Random stuff, testing things, and so on.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
169
Commits
1
Branch
0
Tags
865 KiB
Tree:
74363a1bff
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '74363a1bff'
${ noResults }
random
/
sqlxtest
/
db
/
migrations
/
202105261221_create_table.sql
6 lines
108 B
Raw
Normal View
History
Unescape
Escape
Finally creating the file
4 years ago
-- Create table
CREATE
TABLE
testing
(
Insert and delete
4 years ago
id
INTEGER
NOT
NULL
PRIMARY
KEY
,
label
TEXT
NOT
NULL
Finally creating the file
4 years ago
)