Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Создать модель и миграцию токенов #93

Closed
artesby opened this issue Apr 11, 2016 · 3 comments
Closed

Создать модель и миграцию токенов #93

artesby opened this issue Apr 11, 2016 · 3 comments

Comments

@artesby
Copy link
Contributor

artesby commented Apr 11, 2016

Родительская задача #89
Исполнитель @

Описание
Создать модель Token

  • token (string, unique) - первичный
  • user_id (integer, внешний, связан m:1 с User id)
  • expiration_date (dateTime)

связана m:1 user_id - User #6 (id)

Теги: model

@malinink
Copy link
Owner

Указывайте верно теги.
как минимум надо ещё и время годности хранить - expirationDate

@artesby artesby changed the title Создать миграцию таблицы токенов Создать модель и миграцию токенов Apr 13, 2016
@artesby
Copy link
Contributor Author

artesby commented Apr 13, 2016

@malinink
подправил чего-то

@learp
Copy link
Contributor

learp commented Apr 19, 2016

This was referenced Apr 19, 2016
@malinink malinink closed this as completed May 4, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants