summaryrefslogtreecommitdiffstats
path: root/fixtures/users.sql
blob: fa47f61d150ec4d73218ee82f09660171c0352f0 (plain)
1
2
3
4
5
6
7
8
9
INSERT INTO users (
	name,
	email,
	password
) VALUES(
	'Arthur Dent',
	'adent@earth.sol',
	'solongandthanksforallthefish'
);