Skip to content
This repository has been archived by the owner on Apr 3, 2020. It is now read-only.

Starting work on attachments. #177

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Starting work on attachments. #177

wants to merge 7 commits into from

Conversation

euantorano
Copy link
Member

Updated composer packages, added DB migrations, added basic model.

Signed-off-by: Euan Torano euantorano@gmail.com

Updated composer packages, added DB migrations, added basic model.

Signed-off-by: Euan Torano <euantorano@gmail.com>
Signed-off-by: Euan Torano <euantorano@gmail.com>
Signed-off-by: Euan Torano <euantorano@gmail.com>
$table->json('file_extensions');
$table->unsignedInteger('max_file_size');
$table->softDeletes();
$table->timestamps();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IIRC we need nullabeTimestamps though I haven't tested it yet

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants