table_format

来自「日程安排程序(日历功能」· 代码 · 共 13 行

TXT
13
字号
# The following is an example layout for a cst-calendar table. You must stick to at least this bare# minimum of columns. You should be able to add more, as I reference by column name and not id number.CREATE TABLE tablename (  id int(11) DEFAULT '0' NOT NULL auto_increment,  username varchar(255),  stamp datetime,  subject varchar(255),  description blob,  PRIMARY KEY (id));

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?