New table "post-content"

This commit is contained in:
Michael 2021-01-30 22:03:53 +00:00
parent 8eb3bddc2a
commit c3398511b4
15 changed files with 447 additions and 431 deletions

View file

@ -179,48 +179,36 @@ return [
'guid' => '6',
],
],
'item-content' => [
'post-content' => [
[
'id' => 1,
'uri-id' => 1,
'uri-plink-hash' => '1',
'body' => 'Parent status',
'plink' => 'http://localhost/display/1',
'uri-id' => 1,
'body' => 'Parent status',
'plink' => 'http://localhost/display/1',
],
[
'id' => 2,
'uri-id' => 2,
'uri-plink-hash' => '2',
'body' => 'Reply',
'plink' => 'http://localhost/display/2',
'uri-id' => 2,
'body' => 'Reply',
'plink' => 'http://localhost/display/2',
],
[
'id' => 3,
'uri-id' => 3,
'uri-plink-hash' => '3',
'body' => 'Other user status',
'plink' => 'http://localhost/display/3',
'uri-id' => 3,
'body' => 'Other user status',
'plink' => 'http://localhost/display/3',
],
[
'id' => 4,
'uri-id' => 4,
'uri-plink-hash' => '4',
'body' => 'Friend user reply',
'plink' => 'http://localhost/display/4',
'uri-id' => 4,
'body' => 'Friend user reply',
'plink' => 'http://localhost/display/4',
],
[
'id' => 5,
'uri-id' => 5,
'uri-plink-hash' => '5',
'body' => '[share]Shared status[/share]',
'plink' => 'http://localhost/display/5',
'uri-id' => 5,
'body' => '[share]Shared status[/share]',
'plink' => 'http://localhost/display/5',
],
[
'id' => 6,
'uri-id' => 6,
'uri-plink-hash' => '6',
'body' => 'Friend user status',
'plink' => 'http://localhost/display/6',
'uri-id' => 6,
'body' => 'Friend user status',
'plink' => 'http://localhost/display/6',
],
],
'post-user' => [