NotesWhat is notes.io?

Notes brand slogan

Notes - notes.io

create table users
(
id serial not null,
email varchar(255) not null,
username varchar(255) not null,
password text not null,
credit int default 0 not null,
active bool default true not null,
ads bool default false not null,
last_updated_date timestamp,
creation_date timestamp default now() not null
);

create unique index users_id_uindex
on users (id);

alter table users
add constraint users_pk
primary key (id);


create table login_logs
(
id serial not null,
user_id int not null,
user_agent text not null,
ip_addr varchar(50) not null,
last_updated_date timestamp,
creation_date timestamp default now() not null
);

create unique index login_logs_id_uindex
on login_logs (id);

alter table login_logs
add constraint login_logs_pk
primary key (id);


create table errors
(
id serial not null,
error_id int not null,
function_name varchar(255) not null,
error_message varchar(255) not null,
creation_date timestamp default now() not null
);

create unique index errors_id_uindex
on errors (id);

alter table errors
add constraint errors_pk
primary key (id);

create table numbers
(
id serial not null,
user_id int not null,
number varchar(25) not null,
number_author varchar(255) not null,
follow_value int not null,
active bool default true not null,
finish_date timestamp not null,
last_updated_date timestamp,
creation_date timestamp default now() not null
);

create unique index numbers_id_uindex
on numbers (id);

alter table numbers
add constraint numbers_pk
primary key (id);


create table notifications
(
id serial not null,
author_id int not null,
track_id int not null,
status smallint not null,
last_updated_date timestamp,
creation_date timestamp default now() not null
);

create unique index notifications_id_uindex
on notifications (id);

alter table notifications
add constraint notifications_pk
primary key (id);


create table push_notification_keys
(
id serial not null,
user_id int not null,
notif_key varchar(255) not null,
last_updated_date timestamp,
creation_date timestamp default now() not null
);

create unique index push_notification_keys_id_uindex
on push_notification_keys (id);

alter table push_notification_keys
add constraint push_notification_keys_pk
primary key (id);
     
 
what is notes.io
 

Notes.io is a web-based application for taking notes. You can take your notes and share with others people. If you like taking long notes, notes.io is designed for you. To date, over 8,000,000,000 notes created and continuing...

With notes.io;

  • * You can take a note from anywhere and any device with internet connection.
  • * You can share the notes in social platforms (YouTube, Facebook, Twitter, instagram etc.).
  • * You can quickly share your contents without website, blog and e-mail.
  • * You don't need to create any Account to share a note. As you wish you can use quick, easy and best shortened notes with sms, websites, e-mail, or messaging services (WhatsApp, iMessage, Telegram, Signal).
  • * Notes.io has fabulous infrastructure design for a short link and allows you to share the note as an easy and understandable link.

Fast: Notes.io is built for speed and performance. You can take a notes quickly and browse your archive.

Easy: Notes.io doesn’t require installation. Just write and share note!

Short: Notes.io’s url just 8 character. You’ll get shorten link of your note when you want to share. (Ex: notes.io/q )

Free: Notes.io works for 12 years and has been free since the day it was started.


You immediately create your first note and start sharing with the ones you wish. If you want to contact us, you can use the following communication channels;


Email: [email protected]

Twitter: http://twitter.com/notesio

Instagram: http://instagram.com/notes.io

Facebook: http://facebook.com/notesio



Regards;
Notes.io Team

     
 
Shortened Note Link
 
 
Looding Image
 
     
 
Long File
 
 

For written notes was greater than 18KB Unable to shorten.

To be smaller than 18KB, please organize your notes, or sign in.