This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
llaq
/
infojune
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Delete old field
master
Le Libre Au Quotidien
1 month ago
parent
e160fd6038
commit
083d0e7c29
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
database/migrations/2020_10_03_093440_create_contents_table.php
+ 0
- 1
database/migrations/2020_10_03_093440_create_contents_table.php
View File
@ -22,7 +22,6 @@ class CreateContentsTable extends Migration
$table
->
text
(
'path'
);
$table
->
text
(
'creator'
);
$table
->
text
(
"
licence
"
);
$table
->
text
(
"
pubkey
"
);
$table
->
timestamps
();
});
}
Write
Preview
Loading…
Cancel
Save