mirror of
https://github.com/gabrielkheisa/meme-generator.git
synced 2024-11-25 04:43:30 +07:00
add
This commit is contained in:
parent
e46f61d631
commit
c5ff5d1cd8
10
readme.md
10
readme.md
@ -8,6 +8,16 @@
|
|||||||
</ul>
|
</ul>
|
||||||
<h2>Table structure (optional):</h2>
|
<h2>Table structure (optional):</h2>
|
||||||
<img src="https://cdn.discordapp.com/attachments/1003173519879847966/1033705729653223424/unknown.png" width="100%">
|
<img src="https://cdn.discordapp.com/attachments/1003173519879847966/1033705729653223424/unknown.png" width="100%">
|
||||||
|
<pre>
|
||||||
|
CREATE TABLE `meme` (
|
||||||
|
`id` INT(10) NOT NULL AUTO_INCREMENT,
|
||||||
|
`session` VARCHAR(20),
|
||||||
|
`status` INT(1),
|
||||||
|
`timestamp` TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
|
||||||
|
`value` TEXT,
|
||||||
|
PRIMARY KEY (`id`)
|
||||||
|
);
|
||||||
|
</pre>
|
||||||
<h2>Process flow:</h2>
|
<h2>Process flow:</h2>
|
||||||
<img src="https://cdn.discordapp.com/attachments/1003173519879847966/1033781184272015430/process.jpg">
|
<img src="https://cdn.discordapp.com/attachments/1003173519879847966/1033781184272015430/process.jpg">
|
||||||
<h2>Preview:</h2>
|
<h2>Preview:</h2>
|
||||||
|
Loading…
Reference in New Issue
Block a user