final edits
This commit is contained in:
9
timelogger/main_web_user.sql
Normal file
9
timelogger/main_web_user.sql
Normal file
@@ -0,0 +1,9 @@
|
||||
CREATE TABLE web_user
|
||||
(
|
||||
id integer PRIMARY KEY AUTOINCREMENT NOT NULL,
|
||||
name text NOT NULL,
|
||||
email text NOT NULL
|
||||
);
|
||||
INSERT INTO web_user (id, email, name) VALUES (63, 'vasya@abra.me', 'Вася');
|
||||
INSERT INTO web_user (id, email, name) VALUES (64, 'petya@abra.me', 'Петя');
|
||||
INSERT INTO web_user (id, email, name) VALUES (67, 'vgrinina@gmail.com', 'Ника');
|
Reference in New Issue
Block a user